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