2 references to ReportInvalidPlaceholdersInStringDotFormatCalls
Microsoft.CodeAnalysis.Features (2)
src\roslyn\src\Analyzers\Core\Analyzers\ValidateFormatString\AbstractValidateFormatStringDiagnosticAnalyzer.cs (1)
99
if (!context.GetAnalyzerOptions().GetOption(FormatStringValidationOptionStorage.
ReportInvalidPlaceholdersInStringDotFormatCalls
))
src\roslyn\src\Analyzers\Core\Analyzers\ValidateFormatString\FormatStringValidationOptionStorage.cs (1)
17
public static readonly ImmutableArray<IOption2> UnsupportedOptions = [
ReportInvalidPlaceholdersInStringDotFormatCalls
];