3 references to WithSpecificDiagnosticOptions
Microsoft.AspNetCore.Analyzer.Testing (2)
DiagnosticAnalyzerRunner.cs (1)
69
.
WithSpecificDiagnosticOptions
(
DiagnosticVerifier.cs (1)
89
.
WithSpecificDiagnosticOptions
(
Mvc.Api.Analyzers.Test (1)
IgnoreCS1701WarningCodeFixRunner.cs (1)
14
return options.
WithSpecificDiagnosticOptions
(new[] { "CS1701" }.ToDictionary(c => c, _ => ReportDiagnostic.Suppress));