3 references to CreateNativeInt
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
381case ConstantValueTypeDiscriminator.NInt: return CreateNativeInt((int)value);
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.NintValueSetFactory.cs (1)
41ConstantValue IValueSetFactory.RandomValue(Random random) => ConstantValue.CreateNativeInt(IntTC.DefaultInstance.Random(random));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ConstantTests.cs (1)
4014nintConst = ConstantValue.CreateNativeInt(unchecked((int)uint.MaxValue)),