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