1 write to _descriptor
Microsoft.CodeAnalysis (1)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
46_descriptor = descriptor ?? throw new ArgumentNullException(nameof(descriptor));
10 references to _descriptor
Microsoft.CodeAnalysis (10)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (10)
82get { return _descriptor; } 87get { return _descriptor.Id; } 94return _descriptor.MessageFormat.ToString(formatProvider); 97var localizedMessageFormat = _descriptor.MessageFormat.ToString(formatProvider); 164return _descriptor.Equals(other._descriptor) 173return Hash.Combine(_descriptor, 188return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, location, _additionalLocations, _messageArgs, _properties, _isSuppressed); 199return new SimpleDiagnostic(_descriptor, severity, warningLevel, _location, _additionalLocations, _messageArgs, _properties, _isSuppressed); 209return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, _location, _additionalLocations, _messageArgs, _properties, isSuppressed);