2 overrides of GetDeclarationNode
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.cs (1)
37protected override SyntaxNode GetDeclarationNode(VariableDeclaratorSyntax declarator)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.vb (1)
32Protected Overrides Function GetDeclarationNode(declarator As VariableDeclaratorSyntax) As SyntaxNode
1 reference to GetDeclarationNode
Microsoft.CodeAnalysis.Features (1)
AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (1)
174var localSymbol = (ILocalSymbol)semanticModel.GetRequiredDeclaredSymbol(GetDeclarationNode(declarator), cancellationToken);