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