5 references to IsFromEnd
Microsoft.CodeAnalysis.CodeStyle (5)
Index.cs (2)
106
if (
IsFromEnd
)
134
if (
IsFromEnd
)
Range.cs (3)
58
static string getFromEndSpecifier(Index index) => index.
IsFromEnd
? "^" : string.Empty;
83
if (startIndex.
IsFromEnd
)
90
if (endIndex.
IsFromEnd
)