1 override of GetDeclarationNode
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CSharpIdentifiersShouldNotContainUnderscores.Fixer.cs (1)
34
protected override SyntaxNode
GetDeclarationNode
(SyntaxNode node)
1 reference to GetDeclarationNode
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotContainUnderscores.Fixer.cs (1)
43
var symbol = model.GetDeclaredSymbol(
GetDeclarationNode
(node), context.CancellationToken);