3 references to Range
Microsoft.CodeAnalysis.CodeStyle (3)
Range.cs (3)
63
public static Range StartAt(Index start) => new
Range
(start, Index.End);
66
public static Range EndAt(Index end) => new
Range
(Index.Start, end);
69
public static Range All => new
Range
(Index.Start, Index.End);