2 overrides of GetInvocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpUseOrdinalStringComparison.Fixer.cs (1)
49
protected override SyntaxNode?
GetInvocation
(SyntaxNode identifier)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicUseOrdinalStringComparison.Fixer.vb (1)
45
Protected Overrides Function
GetInvocation
(identifier As SyntaxNode) As SyntaxNode
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)