1 instantiation of UIntTC
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.UIntTC.cs (1)
16
public static readonly UIntTC Instance = new
UIntTC
();
11 references to UIntTC
Microsoft.CodeAnalysis.CSharp (11)
Utilities\ValueSetFactory.cs (1)
20
internal static readonly IValueSetFactory<uint> ForUInt = new NumericValueSetFactory<uint>(
UIntTC
.Instance);
Utilities\ValueSetFactory.DecimalTC.cs (1)
117
INumericTC<uint> uinttc =
UIntTC
.Instance;
Utilities\ValueSetFactory.NuintValueSet.cs (2)
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);
Utilities\ValueSetFactory.NuintValueSetFactory.cs (6)
26
values: new NumericValueSetFactory<uint>(
UIntTC
.Instance).Related(relation, value),
34
values: (IValueSet<uint>)new NumericValueSetFactory<uint>(
UIntTC
.Instance).Random(expectedSize, random),
39
ConstantValue IValueSetFactory.RandomValue(Random random) => ConstantValue.CreateNativeUInt(
UIntTC
.Instance.Random(random));
43
return value.IsBad ? NuintValueSet.AllValues : Related(relation,
UIntTC
.Instance.FromConstantValue(value));
48
var
tc =
UIntTC
.Instance;
Utilities\ValueSetFactory.UIntTC.cs (1)
16
public static readonly
UIntTC
Instance = new UIntTC();