2 overrides of GetInvocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpUseOrdinalStringComparison.Fixer.cs (1)
49protected override SyntaxNode? GetInvocation(SyntaxNode identifier)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicUseOrdinalStringComparison.Fixer.vb (1)
45Protected Overrides Function GetInvocation(identifier As SyntaxNode) As SyntaxNode
1 reference to GetInvocation
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\UseOrdinalStringComparison.Fixer.cs (1)
71if (!IsInIdentifierNameContext(node) || GetInvocation(node) is not SyntaxNode invocation)