1 write to _location
Microsoft.CodeAnalysis (1)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
50_location = location ?? Location.None;
7 references to _location
Microsoft.CodeAnalysis (7)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (7)
133get { return _location; } 167&& _location == other._location 177Hash.Combine(_location, (int)_severity)))); 187if (location != _location) 200return new SimpleDiagnostic(_descriptor, severity, warningLevel, _location, _additionalLocations, _messageArgs, _properties, _isSuppressed); 210return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, _location, _additionalLocations, _messageArgs, _properties, isSuppressed);