1 write to _syntaxTree
Microsoft.CodeAnalysis (1)
Diagnostic\SourceLocation.cs (1)
22
_syntaxTree
= syntaxTree;
9 references to _syntaxTree
Microsoft.CodeAnalysis (9)
Diagnostic\SourceLocation.cs (9)
76
return
_syntaxTree
;
84
if (
_syntaxTree
== null)
91
return
_syntaxTree
.GetLineSpan(_span);
98
if (
_syntaxTree
== null)
105
return
_syntaxTree
.GetMappedLineSpan(_span);
115
return other != null && other.
_syntaxTree
==
_syntaxTree
&& other._span == _span;
125
return Hash.Combine(
_syntaxTree
, _span.GetHashCode());
130
return base.GetDebuggerDisplay() + "\"" +
_syntaxTree
.ToString().Substring(_span.Start, _span.Length) + "\"";