7 references to Value
Microsoft.CodeAnalysis.Threading.Package (7)
src\Dependencies\Contracts\Index.cs (2)
143return $"^{((uint)Value).ToString()}"; 145return ((uint)Value).ToString();
src\Dependencies\Contracts\Range.cs (5)
63static string toString(Index index) => ((uint)index.Value).ToString(); 90start = length - startIndex.Value; 92start = startIndex.Value; 97end = length - endIndex.Value; 99end = endIndex.Value;