1 write to _additionalLocations
Microsoft.CodeAnalysis (1)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
50_additionalLocations = additionalLocations?.ToImmutableArray() ?? SpecializedCollections.EmptyReadOnlyList<Location>();
4 references to _additionalLocations
Microsoft.CodeAnalysis (4)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (4)
137get { return _additionalLocations; } 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);