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