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