1 write to Start
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\Dependencies\Contracts\Range.cs (1)
40Start = start;
7 references to Start
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (7)
src\Dependencies\Contracts\Range.cs (7)
48r.Start.Equals(Start) && 53public bool Equals(Range other) => other.Start.Equals(Start) && other.End.Equals(End); 57=> unchecked(Start.GetHashCode() * (int)0xA5555529 + End.GetHashCode()); 62return $"{getFromEndSpecifier(Start)}{toString(Start)}..{getFromEndSpecifier(End)}{toString(End)}";