Method | Description | |
---|---|---|
ResolveClassConstant ( this t, string name ) : |
Tries to find class constant with given name. Lookups through the class inheritance. Does not handle member visibility.
|
|
ResolveStaticField ( this t, string name ) : |
Tries to find static field with given name. Lookups through the class inheritance. Does not handle member visibility.
|
Method | Description | |
---|---|---|
GetClassConstant ( INamedTypeSymbol t, string name ) : |
||
GetStaticField ( INamedTypeSymbol t, string name ) : |
public static ResolveClassConstant ( this t, string name ) : |
||
t | this | |
name | string | |
return |
public static ResolveStaticField ( this t, string name ) : |
||
t | this | |
name | string | |
return |