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