2 overrides of GetDeclarationNode
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CSharpIdentifiersShouldNotContainUnderscores.Fixer.cs (1)
34
protected override SyntaxNode
GetDeclarationNode
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\BasicIdentifiersShouldNotContainUnderscores.Fixer.vb (1)
30
Protected Overrides Function
GetDeclarationNode
(node As SyntaxNode) As SyntaxNode
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);