2 references to CreateNativeUInt
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
382case ConstantValueTypeDiscriminator.NUInt: return CreateNativeUInt((uint)value);
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.NuintValueSetFactory.cs (1)
39ConstantValue IConstantValueSetFactory.RandomValue(Random random) => ConstantValue.CreateNativeUInt(UIntTC.Instance.Random(random));