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