GenericInfo.Node Property
Containing Type: GenericInfo
Assembly: Roslynator.CSharp.dll
The syntax node that can be generic (for example ClassDeclarationSyntax for a class or LocalDeclarationStatementSyntax for a local function).
public Microsoft.CodeAnalysis.SyntaxNode Node { get; }