5 references to IsFromEnd
Microsoft.CommonLanguageServerProtocol.Framework.Package (5)
src\Dependencies\Contracts\Index.cs (2)
116if (IsFromEnd) 144if (IsFromEnd)
src\Dependencies\Contracts\Range.cs (3)
64static string getFromEndSpecifier(Index index) => index.IsFromEnd ? "^" : string.Empty; 91if (startIndex.IsFromEnd) 98if (endIndex.IsFromEnd)