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