1 write to Start
Microsoft.CodeAnalysis.CodeStyle (1)
Range.cs (1)
32Start = start;
8 references to Start
Microsoft.CodeAnalysis.CodeStyle (8)
Range.cs (8)
40r.Start.Equals(Start) && 45public bool Equals(Range other) => other.Start.Equals(Start) && other.End.Equals(End); 50return Hash.Combine(Start.GetHashCode(), End.GetHashCode()); 56return $"{getFromEndSpecifier(Start)}{toString(Start)}..{getFromEndSpecifier(End)}{toString(End)}"; 82Index startIndex = Start;