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