7 references to NuintValueSet
Microsoft.CodeAnalysis.CSharp (7)
Utilities\ValueSetFactory.NuintValueSet.cs (5)
17
public static readonly NuintValueSet AllValues = new
NuintValueSet
(values: NumericValueSet<uint, UIntTC>.AllValues, hasLarge: true);
19
public static readonly NuintValueSet NoValues = new
NuintValueSet
(values: NumericValueSet<uint, UIntTC>.NoValues, 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
(