7 references to NuintValueSet
Microsoft.CodeAnalysis.CSharp (7)
Utilities\ValueSetFactory.NuintValueSet.cs (5)
17
public static readonly NuintValueSet AllValues = new
NuintValueSet
(values: NumericValueSet<uint>.AllValues(UIntTC.Instance), hasLarge: true);
19
public static readonly NuintValueSet NoValues = new
NuintValueSet
(values: NumericValueSet<uint>.NoValues(UIntTC.Instance), hasLarge: false);
76
return new
NuintValueSet
(
87
return new
NuintValueSet
(
98
return new
NuintValueSet
(
Utilities\ValueSetFactory.NuintValueSetFactory.cs (2)
25
return new
NuintValueSet
(
33
return new
NuintValueSet
(