1 write to End
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Dependencies\Contracts\Range.cs (1)
42End = end;
8 references to End
Microsoft.CodeAnalysis.ResxSourceGenerator (8)
src\Dependencies\Contracts\Range.cs (8)
50r.End.Equals(End); 54public bool Equals(Range other) => other.Start.Equals(Start) && other.End.Equals(End); 58=> unchecked(Start.GetHashCode() * (int)0xA5555529 + End.GetHashCode()); 63return $"{getFromEndSpecifier(Start)}{toString(Start)}..{getFromEndSpecifier(End)}{toString(End)}"; 98Index endIndex = End;