1 write to _isSuppressed
Microsoft.CodeAnalysis (1)
Diagnostic\DiagnosticWithInfo.cs (1)
30
_isSuppressed
= isSuppressed;
3 references to _isSuppressed
Microsoft.CodeAnalysis (3)
Diagnostic\DiagnosticWithInfo.cs (3)
91
get { return
_isSuppressed
; }
204
return new DiagnosticWithInfo(_info, location,
_isSuppressed
);
214
return new DiagnosticWithInfo(this.Info.GetInstanceWithSeverity(severity), _location,
_isSuppressed
);