Method | Description | |
---|---|---|
BodySpanOrInvalid ( this routine ) : Span | ||
HasThisVariable ( MethodDecl method ) : bool |
Determines whether method has
|
|
IsAppStatic ( this field ) : bool |
Lookups notation determining given field as app-static instead of context-static.
|
|
LinePosition ( this lines, int pos ) : LinePosition |
Gets Microsoft.CodeAnalysis.Text.LinePosition from source position.
|
|
PatchItemUse ( ItemUse item ) : void |
Fixes ItemUse so it propagates correctly through our visitor.
|
public static BodySpanOrInvalid ( this routine ) : Span | ||
routine | this | |
return | Span |
public static HasThisVariable ( MethodDecl method ) : bool | ||
method | MethodDecl | |
return | bool |
public static IsAppStatic ( this field ) : bool | ||
field | this | |
return | bool |
public static LinePosition ( this lines, int pos ) : LinePosition | ||
lines | this | |
pos | int | |
return | LinePosition |
public static PatchItemUse ( ItemUse item ) : void | ||
item | ItemUse | |
return | void |