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