1 instantiation of AwaitCatchFrame
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
611currentAwaitCatchFrame = _currentAwaitCatchFrame = new AwaitCatchFrame(_F, tryStatementSyntax, parentAwaitCatchFrame);
10 references to AwaitCatchFrame
Microsoft.CodeAnalysis.CSharp (10)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (10)
28private AwaitCatchFrame _currentAwaitCatchFrame; 524var origAwaitCatchFrame = _currentAwaitCatchFrame; 536var currentAwaitCatchFrame = _currentAwaitCatchFrame; 586private BoundNode VisitCatchBlock(BoundCatchBlock node, AwaitCatchFrame parentAwaitCatchFrame) 590var origCurrentAwaitCatchFrame = _currentAwaitCatchFrame; 605var currentAwaitCatchFrame = _currentAwaitCatchFrame; 725private BoundExpression AssignCatchSource(BoundExpression rewrittenSource, AwaitCatchFrame currentAwaitCatchFrame) 743var catchFrame = _currentAwaitCatchFrame; 1105private readonly AwaitCatchFrame _parentOpt; 1116public AwaitCatchFrame(SyntheticBoundNodeFactory F, TryStatementSyntax tryStatementSyntax, AwaitCatchFrame parentOpt)