4 references to verifyOperators
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\NativeIntegerTests.cs (4)
4793verifyOperators(operators, (op, signed) => isNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned); 4794verifyOperators(operators, (op, signed) => isNullableNativeInt(op.OperandType, signed), expectedSigned, expectedUnsigned); 4803verifyOperators(operators, (op, signed) => isNativeInt(op.LeftType, signed), expected, expected); 4804verifyOperators(operators, (op, signed) => isNullableNativeInt(op.LeftType, signed), expected, expected);