Méthode | Description | |
---|---|---|
AsString ( this node ) : string |
short cut for returning a string representation of the syntax node
|
|
FindClassByName ( this node, string name ) : Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax | ||
FindContainingClass ( this node ) : Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax |
returns the first parent class where this syntax node is placed in
|
|
FindMixinReference ( this node, string name ) : Microsoft.CodeAnalysis.CSharp.Syntax.FieldDeclarationSyntax |
public static AsString ( this node ) : string | ||
node | this | |
Résultat | string |
public static FindClassByName ( this node, string name ) : Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax | ||
node | this | |
name | string | |
Résultat | Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax |
public static FindContainingClass ( this node ) : Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax | ||
node | this | |
Résultat | Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax |
public static FindMixinReference ( this node, string name ) : Microsoft.CodeAnalysis.CSharp.Syntax.FieldDeclarationSyntax | ||
node | this | |
name | string | |
Résultat | Microsoft.CodeAnalysis.CSharp.Syntax.FieldDeclarationSyntax |