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