1 write to _isSuppressed
Microsoft.CodeAnalysis (1)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
54_isSuppressed = isSuppressed;
3 references to _isSuppressed
Microsoft.CodeAnalysis (3)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (3)
123get { return _isSuppressed; } 189return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, location, _additionalLocations, _messageArgs, _properties, _isSuppressed); 200return new SimpleDiagnostic(_descriptor, severity, warningLevel, _location, _additionalLocations, _messageArgs, _properties, _isSuppressed);