1 write to _properties
Microsoft.CodeAnalysis (1)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
53_properties = properties ?? ImmutableDictionary<string, string?>.Empty;
4 references to _properties
Microsoft.CodeAnalysis (4)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (4)
143get { return _properties; } 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);