16 references to RestorePending
Microsoft.CodeAnalysis.CSharp (16)
FlowAnalysis\AbstractFlowPass.cs (4)
426RestorePending(oldPending); 1836RestorePending(pendingBeforeTry); 1876RestorePending(tryAndCatchPending); 1885RestorePending(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)
2440RestorePending(oldPending2); // process any forward branches within the lambda body 2442RestorePending(oldPending);
FlowAnalysis\NullableWalker.cs (2)
3293RestorePending(oldPending2); // process any forward branches within the lambda body 3314RestorePending(oldPending);