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