7 references to Value
Microsoft.CodeAnalysis.Contracts.Package (7)
Index.cs (2)
145return $"^{((uint)Value).ToString()}"; 147return ((uint)Value).ToString();
Range.cs (5)
65static string toString(Index index) => ((uint)index.Value).ToString(); 92start = length - startIndex.Value; 94start = startIndex.Value; 99end = length - endIndex.Value; 101end = endIndex.Value;