16 references to RestorePending
Microsoft.CodeAnalysis.CSharp (16)
FlowAnalysis\AbstractFlowPass.cs (4)
426RestorePending(oldPending); 1890RestorePending(pendingBeforeTry); 1930RestorePending(tryAndCatchPending); 1939RestorePending(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)
283RestorePending(oldPending); 290RestorePending(oldPending); 299RestorePending(oldPending2); // resolve branches that remain within the finally block 316RestorePending(oldPending1);
FlowAnalysis\DefiniteAssignment.cs (2)
2397RestorePending(oldPending2); // process any forward branches within the lambda body 2399RestorePending(oldPending);
FlowAnalysis\NullableWalker.cs (2)
3476RestorePending(oldPending2); // process any forward branches within the lambda body 3497RestorePending(oldPending);