1 write to _location
Microsoft.CodeAnalysis (1)
Diagnostic\DiagnosticWithInfo.cs (1)
29_location = location;
5 references to _location
Microsoft.CodeAnalysis (5)
Diagnostic\DiagnosticWithInfo.cs (5)
35get { return _location; } 170this.Location.Equals(other._location) && 202if (location != _location) 214return new DiagnosticWithInfo(this.Info.GetInstanceWithSeverity(severity), _location, _isSuppressed); 224return new DiagnosticWithInfo(this.Info, _location, isSuppressed);