8 references to CaptureNullableIfNeeded
Microsoft.CodeAnalysis.VisualBasic (8)
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (4)
997Dim capturedLeft = CaptureNullableIfNeeded(left, leftTemp, leftInit, RightCantChangeLeftLocal(left, right)) 1120Dim capturedOperand = CaptureNullableIfNeeded(notNullOperand, temp, tempInit, doNotCaptureLocals:=True) 1181capturedLeft = CaptureNullableIfNeeded(left, leftTemp, leftInit, RightCantChangeLeftLocal(left, right)) 1195capturedRight = CaptureNullableIfNeeded(capturedRight, rightTemp, rightInit, doNotCaptureLocals:=True)
Lowering\LocalRewriter\LocalRewriter_ConditionalExpressions.vb (1)
253Dim capturedleft As BoundExpression = CaptureNullableIfNeeded(rewrittenLeft,
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
742Dim capturedleft As BoundExpression = CaptureNullableIfNeeded(rewrittenOperand,
Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb (1)
133Dim captured = CaptureNullableIfNeeded(operand, temp, init, doNotCaptureLocals)
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
192Dim capturedOperand = CaptureNullableIfNeeded(operand, temp, tempInit, doNotCaptureLocals:=True)