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