16 references to RestorePending
Microsoft.CodeAnalysis.CSharp (16)
FlowAnalysis\AbstractFlowPass.cs (4)
425RestorePending(oldPending); 1842RestorePending(pendingBeforeTry); 1882RestorePending(tryAndCatchPending); 1891RestorePending(oldPending);
FlowAnalysis\AbstractFlowPass_LocalFunctions.cs (2)
110RestorePending(oldPending2); // process any forward branches within the lambda body 112RestorePending(oldPending);
FlowAnalysis\AbstractRegionControlFlowPass.cs (2)
38RestorePending(oldPending2); // process any forward branches within the lambda body 40RestorePending(oldPending);
FlowAnalysis\ControlFlowPass.cs (4)
284RestorePending(oldPending); 291RestorePending(oldPending); 299RestorePending(oldPending2); // resolve branches that remain within the finally block 316RestorePending(oldPending1);
FlowAnalysis\DefiniteAssignment.cs (2)
2452RestorePending(oldPending2); // process any forward branches within the lambda body 2454RestorePending(oldPending);
FlowAnalysis\NullableWalker.cs (2)
3451RestorePending(oldPending2); // process any forward branches within the lambda body 3472RestorePending(oldPending);