1 write to _location
Microsoft.CodeAnalysis (1)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
49_location = location ?? Location.None;
7 references to _location
Microsoft.CodeAnalysis (7)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (7)
132get { return _location; } 166&& _location == other._location 176Hash.Combine(_location, (int)_severity)))); 186if (location != _location) 199return new SimpleDiagnostic(_descriptor, severity, warningLevel, _location, _additionalLocations, _messageArgs, _properties, _isSuppressed); 209return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, _location, _additionalLocations, _messageArgs, _properties, isSuppressed);