4 references to verifyOperators
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\NativeIntegerTests.cs (4)
4824verifyOperators(operators, (op, signed) => isNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned); 4825verifyOperators(operators, (op, signed) => isNullableNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned); 4834verifyOperators(operators, (op, signed) => isNativeInt(op.LeftType, signed), expected, expected); 4835verifyOperators(operators, (op, signed) => isNullableNativeInt(op.LeftType, signed), expected, expected);