Base:
property
IsSuppressed
Microsoft.CodeAnalysis.Diagnostic.IsSuppressed
7 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)
Microsoft.CodeAnalysis.VisualBasic (3)
Errors\VBDiagnostic.vb (3)
27Return New VBDiagnostic(Me.Info, location, Me.IsSuppressed) 35Return New VBDiagnostic(Me.Info.GetInstanceWithSeverity(severity), Me.Location, Me.IsSuppressed) 42If Me.IsSuppressed <> isSuppressed Then