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