1 write to End
Microsoft.CodeAnalysis.CodeStyle (1)
Range.cs (1)
33End = end;
8 references to End
Microsoft.CodeAnalysis.CodeStyle (8)
Range.cs (8)
41r.End.Equals(End); 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)}"; 89Index endIndex = End;