1 write to ExpectedStringFormatArgumentCount
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\ProvideCorrectArgumentsToFormattingMethods.cs (1)
518
ExpectedStringFormatArgumentCount
= expectedArguments;
4 references to ExpectedStringFormatArgumentCount
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Runtime\ProvideCorrectArgumentsToFormattingMethods.cs (4)
89
if (info.
ExpectedStringFormatArgumentCount
>= 0)
98
if (info.
ExpectedStringFormatArgumentCount
!= expectedStringFormatArgumentCount)
105
else if (info.
ExpectedStringFormatArgumentCount
== -2)
394
if (info.
ExpectedStringFormatArgumentCount
== -1)