2 overrides of GetMethodNameLocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpUseOrdinalStringComparison.cs (1)
16
protected override Location
GetMethodNameLocation
(SyntaxNode invocationNode)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicUseOrdinalStringComparison.vb (1)
14
Protected Overrides Function
GetMethodNameLocation
(invocationNode As SyntaxNode) As Location
1 reference to GetMethodNameLocation
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\UseOrdinalStringComparison.cs (1)
61
operationContext.ReportDiagnostic(Diagnostic.Create(Rule,
GetMethodNameLocation
(operation.Syntax)));