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