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)
35
get { return
_location
; }
170
this.Location.Equals(other.
_location
) &&
202
if (location !=
_location
)
214
return new DiagnosticWithInfo(this.Info.GetInstanceWithSeverity(severity),
_location
, _isSuppressed);
224
return new DiagnosticWithInfo(this.Info,
_location
, isSuppressed);