Base:
property
IsSuppressed
Microsoft.CodeAnalysis.Diagnostic.IsSuppressed
4 references to IsSuppressed
Microsoft.CodeAnalysis (1)
Diagnostic\DiagnosticWithInfo.cs (1)
222
if (this.
IsSuppressed
!= isSuppressed)
Microsoft.CodeAnalysis.CSharp (3)
Errors\CSDiagnostic.cs (3)
35
return new CSDiagnostic(this.Info, location, this.
IsSuppressed
);
46
return new CSDiagnostic(info, this.Location, this.
IsSuppressed
);
54
if (this.
IsSuppressed
!= isSuppressed)