16 references to RestorePending
Microsoft.CodeAnalysis.CSharp (16)
FlowAnalysis\AbstractFlowPass.cs (4)
426RestorePending(oldPending); 1843RestorePending(pendingBeforeTry); 1883RestorePending(tryAndCatchPending); 1892RestorePending(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)
2467RestorePending(oldPending2); // process any forward branches within the lambda body 2469RestorePending(oldPending);
FlowAnalysis\NullableWalker.cs (2)
3435RestorePending(oldPending2); // process any forward branches within the lambda body 3456RestorePending(oldPending);