3 references to isNativeInt
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\NumericIntPtrTests.cs (3)
1584verifyOperators(operators, (op, signed) => isNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned); 1594verifyOperators(operators, (op, signed) => isNativeInt(op.LeftType, signed), expected, expected); 1611return type.IsNullableType() && isNativeInt(type.GetNullableUnderlyingType(), signed);