2 references to isNullableNativeInt
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Emit\NumericIntPtrTests.cs (2)
1585verifyOperators(operators, (op, signed) => isNullableNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned); 1595verifyOperators(operators, (op, signed) => isNullableNativeInt(op.LeftType, signed), expected, expected);