2 writes to _inCatchWithoutAwaits
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
534
_inCatchWithoutAwaits
= true;
538
_inCatchWithoutAwaits
= origInCatchWithoutAwaits;
3 references to _inCatchWithoutAwaits
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (3)
533
var origInCatchWithoutAwaits =
_inCatchWithoutAwaits
;
543
Debug.Assert(!
_inCatchWithoutAwaits
);
697
if (node.ExpressionOpt != null || _currentAwaitCatchFrame == null ||
_inCatchWithoutAwaits
)