2 overrides of GetDeclarationNode
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CSharpIdentifiersShouldNotContainUnderscores.Fixer.cs (1)
34protected override SyntaxNode GetDeclarationNode(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\BasicIdentifiersShouldNotContainUnderscores.Fixer.vb (1)
30Protected Overrides Function GetDeclarationNode(node As SyntaxNode) As SyntaxNode
1 reference to GetDeclarationNode
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotContainUnderscores.Fixer.cs (1)
43var symbol = model.GetDeclaredSymbol(GetDeclarationNode(node), context.CancellationToken);