3 references to Range
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (3)
src\Dependencies\Contracts\Range.cs (3)
67public static Range StartAt(Index start) => new Range(start, Index.End); 70public static Range EndAt(Index end) => new Range(Index.Start, end); 73public static Range All => new Range(Index.Start, Index.End);