1 write to _end
Microsoft.CodeAnalysis (1)
Text\LinePositionSpan.cs (1)
37
_end
= end;
5 references to _end
Microsoft.CodeAnalysis (5)
Text\LinePositionSpan.cs (5)
53
get { return
_end
; }
64
&&
_end
.Equals(other.
_end
);
69
return Hash.Combine(_start.GetHashCode(),
_end
.GetHashCode());
88
return string.Format("({0})-({1})", _start,
_end
);