7 references to Value
Microsoft.CodeAnalysis.CodeStyle (7)
Index.cs (2)
135return $"^{((uint)Value).ToString()}"; 137return ((uint)Value).ToString();
Range.cs (5)
59static string toString(Index index) => ((uint)index.Value).ToString(); 84start = length - startIndex.Value; 86start = startIndex.Value; 91end = length - endIndex.Value; 93end = endIndex.Value;