7 references to Value
Microsoft.CodeAnalysis.PooledObjects.Package (7)
src\Dependencies\Contracts\Index.cs (2)
145return $"^{((uint)Value).ToString()}"; 147return ((uint)Value).ToString();
src\Dependencies\Contracts\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;