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