Method | Description | |
---|---|---|
ExceptionFromCatchBlock ( this symbol ) : bool | ||
GetBaseMethodsChain ( this method ) : IEnumerable |
Returns all base methods for the method.
|
|
GetBaseMostOverridenMethod ( this method ) : IMethodSymbol |
Returns the very first virtual/abstract method in the inheritance chain.
|
|
GetImplementedInterfaceMethods ( this method ) : IEnumerable |
||
MethodAndFullInheritanceChain ( this method ) : ImmutableArray |
public static ExceptionFromCatchBlock ( this symbol ) : bool | ||
symbol | this | |
return | bool |
public static GetBaseMethodsChain ( this method ) : IEnumerable |
||
method | this | |
return | IEnumerable |
public static GetBaseMostOverridenMethod ( this method ) : IMethodSymbol | ||
method | this | |
return | IMethodSymbol |
public static GetImplementedInterfaceMethods ( this method ) : IEnumerable |
||
method | this | |
return | IEnumerable |
public static MethodAndFullInheritanceChain ( this method ) : ImmutableArray |
||
method | this | |
return | ImmutableArray |