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