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