3 references to CaptureNullableIfNeeded
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (2)
1433leftCallInput = CaptureNullableIfNeeded(leftCallInput, temps, inits, doNotCaptureLocals:=True) 1439rightCallInput = CaptureNullableIfNeeded(rightCallInput, temps, inits, doNotCaptureLocals:=True)
Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb (1)
64Dim captured = CaptureNullableIfNeeded(operand, temps, inits, doNotCaptureLocals)