2 writes to _inCatchWithoutAwaits
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
594
_inCatchWithoutAwaits
= true;
598
_inCatchWithoutAwaits
= origInCatchWithoutAwaits;
3 references to _inCatchWithoutAwaits
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (3)
593
var origInCatchWithoutAwaits =
_inCatchWithoutAwaits
;
603
Debug.Assert(!
_inCatchWithoutAwaits
);
757
if (node.ExpressionOpt != null || _currentAwaitCatchFrame == null ||
_inCatchWithoutAwaits
)