1 instantiation of AwaitCatchFrame
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
551currentAwaitCatchFrame = _currentAwaitCatchFrame = new AwaitCatchFrame(_F, tryStatementSyntax, parentAwaitCatchFrame);
10 references to AwaitCatchFrame
Microsoft.CodeAnalysis.CSharp (10)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (10)
28private AwaitCatchFrame _currentAwaitCatchFrame; 471var origAwaitCatchFrame = _currentAwaitCatchFrame; 483var currentAwaitCatchFrame = _currentAwaitCatchFrame; 526private BoundNode VisitCatchBlock(BoundCatchBlock node, AwaitCatchFrame parentAwaitCatchFrame) 530var origCurrentAwaitCatchFrame = _currentAwaitCatchFrame; 545var currentAwaitCatchFrame = _currentAwaitCatchFrame; 665private BoundExpression AssignCatchSource(BoundExpression rewrittenSource, AwaitCatchFrame currentAwaitCatchFrame) 683var catchFrame = _currentAwaitCatchFrame; 1031private readonly AwaitCatchFrame _parentOpt; 1042public AwaitCatchFrame(SyntheticBoundNodeFactory F, TryStatementSyntax tryStatementSyntax, AwaitCatchFrame parentOpt)