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)
91get { return _isSuppressed; } 204return new DiagnosticWithInfo(_info, location, _isSuppressed); 214return new DiagnosticWithInfo(this.Info.GetInstanceWithSeverity(severity), _location, _isSuppressed);