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