4 references to verifyOperators
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Emit\NumericIntPtrTests.cs (4)
1584verifyOperators(operators, (op, signed) => isNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned); 1585verifyOperators(operators, (op, signed) => isNullableNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned); 1594verifyOperators(operators, (op, signed) => isNativeInt(op.LeftType, signed), expected, expected); 1595verifyOperators(operators, (op, signed) => isNullableNativeInt(op.LeftType, signed), expected, expected);