1 instantiation of AwaitCatchFrame
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
520currentAwaitCatchFrame = _currentAwaitCatchFrame = new AwaitCatchFrame(_F, tryStatementSyntax);
7 references to AwaitCatchFrame
Microsoft.CodeAnalysis.CSharp (7)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (7)
27private AwaitCatchFrame _currentAwaitCatchFrame; 458var origAwaitCatchFrame = _currentAwaitCatchFrame; 464var currentAwaitCatchFrame = _currentAwaitCatchFrame; 506var origCurrentAwaitCatchFrame = _currentAwaitCatchFrame; 514var currentAwaitCatchFrame = _currentAwaitCatchFrame; 634private BoundExpression AssignCatchSource(BoundExpression rewrittenSource, AwaitCatchFrame currentAwaitCatchFrame) 652var catchFrame = _currentAwaitCatchFrame;