5 overrides of WithIsSuppressed
Microsoft.CodeAnalysis (5)
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (1)
104
internal override Diagnostic
WithIsSuppressed
(bool isSuppressed)
Diagnostic\Diagnostic.DiagnosticWithProgrammaticSuppression.cs (1)
133
internal override Diagnostic
WithIsSuppressed
(bool isSuppressed)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
205
internal override Diagnostic
WithIsSuppressed
(bool isSuppressed)
Diagnostic\DiagnosticWithInfo.cs (1)
220
internal override Diagnostic
WithIsSuppressed
(bool isSuppressed)
DiagnosticAnalyzer\CompilerDiagnosticAnalyzer.CompilationAnalyzer.cs (1)
132
internal override Diagnostic
WithIsSuppressed
(bool isSuppressed)
2 references to WithIsSuppressed
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\CompilerDiagnosticAnalyzer.CompilationAnalyzer.cs (1)
134
return new CompilerDiagnostic(_original.
WithIsSuppressed
(isSuppressed), _properties);
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (1)
123
diagnostic = diagnostic.
WithIsSuppressed
(true);