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