1 write to _span
Microsoft.CodeAnalysis (1)
Diagnostic\SourceLocation.cs (1)
23
_span
= span;
8 references to _span
Microsoft.CodeAnalysis (8)
Diagnostic\SourceLocation.cs (8)
68
return
_span
;
91
return _syntaxTree.GetLineSpan(
_span
);
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) + "\"";