4 references to verifyOperators
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Emit\NumericIntPtrTests.cs (4)
1587verifyOperators(operators, (op, signed) => isNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned);
1588verifyOperators(operators, (op, signed) => isNullableNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned);
1597verifyOperators(operators, (op, signed) => isNativeInt(op.LeftType, signed), expected, expected);
1598verifyOperators(operators, (op, signed) => isNullableNativeInt(op.LeftType, signed), expected, expected);