3 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 IValueSetFactory.RandomValue(Random random) => ConstantValue.CreateNativeUInt(UIntTC.Instance.Random(random));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ConstantTests.cs (1)
4015nuintConst = ConstantValue.CreateNativeUInt(uint.MaxValue),