4 references to verifyOperators
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\NativeIntegerTests.cs (4)
4827verifyOperators(operators, (op, signed) => isNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned);
4828verifyOperators(operators, (op, signed) => isNullableNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned);
4837verifyOperators(operators, (op, signed) => isNativeInt(op.LeftType, signed), expected, expected);
4838verifyOperators(operators, (op, signed) => isNullableNativeInt(op.LeftType, signed), expected, expected);