1 write to Start
Microsoft.Private.Windows.Core (1)
System.Range.g.cs (1)
33
Start
= start;
7 references to Start
Microsoft.Private.Windows.Core (7)
System.Range.g.cs (7)
41
r.
Start
.Equals(
Start
) &&
46
public bool Equals(global::System.Range other) => other.
Start
.Equals(
Start
) && other.End.Equals(End);
51
return global::System.Range.HashHelpers.Combine(
Start
.GetHashCode(), End.GetHashCode());
57
return
Start
.ToString() + ".." + End.ToString();
80
global::System.Index startIndex =
Start
;