1 write to FormatStringIndex
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\ProvideCorrectArgumentsToFormattingMethods.cs (1)
517FormatStringIndex = formatIndex;
3 references to FormatStringIndex
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\ProvideCorrectArgumentsToFormattingMethods.cs (3)
65if (info == null || invocation.Arguments.Length <= info.FormatStringIndex) 71IArgumentOperation formatStringArgument = invocation.Arguments[info.FormatStringIndex]; 112IArgumentOperation paramsArgument = invocation.Arguments[info.FormatStringIndex + 1];