6 references to ProcessNullableOperand
Microsoft.CodeAnalysis.VisualBasic (6)
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (4)
1434rightCallInput = ProcessNullableOperand(right, condition, temps, inits, doNotCaptureLocals:=True) 1437leftCallInput = ProcessNullableOperand(left, condition, temps, inits, doNotCaptureLocals:=True) 1444leftCallInput = ProcessNullableOperand(left, leftHasValueExpression, temps, inits, doNotCaptureLocals:=True) 1445rightCallInput = ProcessNullableOperand(right, rightHasValueExpression, temps, inits, doNotCaptureLocals:=True)
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
505result = ProcessNullableOperand(rewrittenOperand, operandHasValue, temps, inits, doNotCaptureLocals:=True)
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
263callInput = ProcessNullableOperand(operand, operandHasValueExpression, temps, inits, doNotCaptureLocals:=True)