1 override of GetInvocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpUseOrdinalStringComparison.Fixer.cs (1)
49
protected override SyntaxNode?
GetInvocation
(SyntaxNode identifier)
1 reference to GetInvocation
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\UseOrdinalStringComparison.Fixer.cs (1)
71
if (!IsInIdentifierNameContext(node) ||
GetInvocation
(node) is not SyntaxNode invocation)