1 override of GetInvocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpUseOrdinalStringComparison.Fixer.cs (1)
49protected override SyntaxNode? GetInvocation(SyntaxNode identifier)
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)