1 instantiation of SavedPending
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass.cs (1)
821var result = new SavedPending(PendingBranches, _labelsSeen);
19 references to SavedPending
Microsoft.CodeAnalysis.CSharp (19)
FlowAnalysis\AbstractFlowPass.cs (7)
424var oldPending = SavePending(); 818protected SavedPending SavePending() 821var result = new SavedPending(PendingBranches, _labelsSeen); 836protected void RestorePending(SavedPending oldPending) 1677var oldPending = SavePending(); // we do not allow branches into a try statement 1681var pendingBeforeTry = SavePending(); 1713var tryAndCatchPending = SavePending();
FlowAnalysis\AbstractFlowPass_LocalFunctions.cs (2)
71var oldPending = SavePending(); // we do not support branches into a lambda 95var oldPending2 = SavePending();
FlowAnalysis\AbstractRegionControlFlowPass.cs (2)
33var oldPending = SavePending(); // We do not support branches *into* a lambda. 36var oldPending2 = SavePending();
FlowAnalysis\ControlFlowPass.cs (4)
282var oldPending = SavePending(); // we do not support branches into a try block 289var oldPending = SavePending(); // we do not support branches into a catch block 296var oldPending1 = SavePending(); // we do not support branches into a finally block 297var oldPending2 = SavePending(); // track only the branches out of the finally block
FlowAnalysis\DefiniteAssignment.cs (2)
2266var oldPending = SavePending(); // we do not support branches into a lambda 2274var oldPending2 = SavePending();
FlowAnalysis\NullableWalker.cs (2)
3099var oldPending = SavePending(); 3103var oldPending2 = SavePending();