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)
53get { return _end; } 64&& _end.Equals(other._end); 69return Hash.Combine(_start.GetHashCode(), _end.GetHashCode()); 88return string.Format("({0})-({1})", _start, _end);