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)
127get { return _warningLevel; } 168&& _warningLevel == other._warningLevel; 175Hash.Combine(_warningLevel, 188return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, location, _additionalLocations, _messageArgs, _properties, _isSuppressed); 209return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, _location, _additionalLocations, _messageArgs, _properties, isSuppressed);