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