2 references to isNullableNativeInt
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NativeIntegerTests.cs (2)
4825verifyOperators(operators, (op, signed) => isNullableNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned);
4835verifyOperators(operators, (op, signed) => isNullableNativeInt(op.LeftType, signed), expected, expected);