5 writes to _currentAwaitCatchFrame
Microsoft.CodeAnalysis.CSharp (5)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (5)
472
_currentAwaitCatchFrame
= null;
516
_currentAwaitCatchFrame
= origAwaitCatchFrame;
531
_currentAwaitCatchFrame
= parentAwaitCatchFrame;
537
_currentAwaitCatchFrame
= origCurrentAwaitCatchFrame;
551
currentAwaitCatchFrame =
_currentAwaitCatchFrame
= new AwaitCatchFrame(_F, tryStatementSyntax, parentAwaitCatchFrame);
7 references to _currentAwaitCatchFrame
Microsoft.CodeAnalysis.CSharp (7)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (7)
471
var origAwaitCatchFrame =
_currentAwaitCatchFrame
;
483
var currentAwaitCatchFrame =
_currentAwaitCatchFrame
;
530
var origCurrentAwaitCatchFrame =
_currentAwaitCatchFrame
;
545
var currentAwaitCatchFrame =
_currentAwaitCatchFrame
;
683
var catchFrame =
_currentAwaitCatchFrame
;
697
if (node.ExpressionOpt != null ||
_currentAwaitCatchFrame
== null || _inCatchWithoutAwaits)
702
return Rethrow(
_currentAwaitCatchFrame
.pendingCaughtException);