1 write to _descriptor
Microsoft.CodeAnalysis (1)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
47_descriptor = descriptor ?? throw new ArgumentNullException(nameof(descriptor));
10 references to _descriptor
Microsoft.CodeAnalysis (10)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (10)
83get { return _descriptor; } 88get { return _descriptor.Id; } 95return _descriptor.MessageFormat.ToString(formatProvider); 98var localizedMessageFormat = _descriptor.MessageFormat.ToString(formatProvider); 165return _descriptor.Equals(other._descriptor) 174return Hash.Combine(_descriptor, 189return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, location, _additionalLocations, _messageArgs, _properties, _isSuppressed); 200return new SimpleDiagnostic(_descriptor, severity, warningLevel, _location, _additionalLocations, _messageArgs, _properties, _isSuppressed); 210return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, _location, _additionalLocations, _messageArgs, _properties, isSuppressed);