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)
123
get { return
_isSuppressed
; }
189
return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, location, _additionalLocations, _messageArgs, _properties,
_isSuppressed
);
200
return new SimpleDiagnostic(_descriptor, severity, warningLevel, _location, _additionalLocations, _messageArgs, _properties,
_isSuppressed
);