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)
128get { return _warningLevel; } 169&& _warningLevel == other._warningLevel; 176Hash.Combine(_warningLevel, 189return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, location, _additionalLocations, _messageArgs, _properties, _isSuppressed); 210return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, _location, _additionalLocations, _messageArgs, _properties, isSuppressed);