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