3 references to ProxyLabelIfNeeded
Microsoft.CodeAnalysis.CSharp (3)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (3)
355var proxyLabel = _currentFinallyFrame.ProxyLabelIfNeeded(node.Label); 362Debug.Assert(node.Label == _currentFinallyFrame.ProxyLabelIfNeeded(node.Label), "conditional leave?"); 454var parentProxy = parent.ProxyLabelIfNeeded(destination);