3 references to isNativeInt
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NativeIntegerTests.cs (3)
4793verifyOperators(operators, (op, signed) => isNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned);
4803verifyOperators(operators, (op, signed) => isNativeInt(op.LeftType, signed), expected, expected);
4821return type.IsNullableType() && isNativeInt(type.GetNullableUnderlyingType(), signed);