7 references to Value
Microsoft.CodeAnalysis.AnalyzerUtilities (7)
src\Dependencies\Contracts\Index.cs (2)
145return $"^{((uint)Value).ToString(System.Globalization.CultureInfo.InvariantCulture)}"; 147return ((uint)Value).ToString(System.Globalization.CultureInfo.InvariantCulture);
src\Dependencies\Contracts\Range.cs (5)
66static string toString(Index index) => ((uint)index.Value).ToString(System.Globalization.CultureInfo.InvariantCulture); 93start = length - startIndex.Value; 95start = startIndex.Value; 100end = length - endIndex.Value; 102end = endIndex.Value;