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