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