1 write to _warningLevel
Microsoft.CodeAnalysis (1)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
49
_warningLevel
= warningLevel;
6 references to _warningLevel
Microsoft.CodeAnalysis (6)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (6)
128
get { return
_warningLevel
; }
169
&&
_warningLevel
== other.
_warningLevel
;
176
Hash.Combine(
_warningLevel
,
189
return new SimpleDiagnostic(_descriptor, _severity,
_warningLevel
, location, _additionalLocations, _messageArgs, _properties, _isSuppressed);
210
return new SimpleDiagnostic(_descriptor, _severity,
_warningLevel
, _location, _additionalLocations, _messageArgs, _properties, isSuppressed);