16 references to RestorePending
Microsoft.CodeAnalysis.CSharp (16)
FlowAnalysis\AbstractFlowPass.cs (4)
427RestorePending(oldPending); 1695RestorePending(pendingBeforeTry); 1735RestorePending(tryAndCatchPending); 1744RestorePending(oldPending);
FlowAnalysis\AbstractFlowPass_LocalFunctions.cs (2)
105RestorePending(oldPending2); // process any forward branches within the lambda body 107RestorePending(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)
2276RestorePending(oldPending2); // process any forward branches within the lambda body 2278RestorePending(oldPending);
FlowAnalysis\NullableWalker.cs (2)
3116RestorePending(oldPending2); // process any forward branches within the lambda body 3128RestorePending(oldPending);