3 references to CreateNativeUInt
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
378case ConstantValueTypeDiscriminator.NUInt: return CreateNativeUInt((uint)value);
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.NuintValueSetFactory.cs (1)
39ConstantValue IValueSetFactory.RandomValue(Random random) => ConstantValue.CreateNativeUInt(default(UIntTC).Random(random));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ConstantTests.cs (1)
3996nuintConst = ConstantValue.CreateNativeUInt(uint.MaxValue),