1 write to _start
Microsoft.CodeAnalysis (1)
Text\LinePositionSpan.cs (1)
36
_start
= start;
5 references to _start
Microsoft.CodeAnalysis (5)
Text\LinePositionSpan.cs (5)
45
get { return
_start
; }
63
return
_start
.Equals(other.
_start
)
69
return Hash.Combine(
_start
.GetHashCode(), _end.GetHashCode());
88
return string.Format("({0})-({1})",
_start
, _end);