2 references to GetArgumentLocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CSharpConstantExpectedAnalyzer.cs (2)
47
public override Location? GetMaxLocation(SyntaxNode attributeSyntax) =>
GetArgumentLocation
(attributeSyntax, _constantExpectedMaxIdentifier);
49
public override Location? GetMinLocation(SyntaxNode attributeSyntax) =>
GetArgumentLocation
(attributeSyntax, _constantExpectedMinIdentifier);