1 write to _warningLevel
Microsoft.CodeAnalysis (1)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
48
_warningLevel
= warningLevel;
6 references to _warningLevel
Microsoft.CodeAnalysis (6)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (6)
127
get { return
_warningLevel
; }
168
&&
_warningLevel
== other.
_warningLevel
;
175
Hash.Combine(
_warningLevel
,
188
return new SimpleDiagnostic(_descriptor, _severity,
_warningLevel
, location, _additionalLocations, _messageArgs, _properties, _isSuppressed);
209
return new SimpleDiagnostic(_descriptor, _severity,
_warningLevel
, _location, _additionalLocations, _messageArgs, _properties, isSuppressed);