1 write to _labelsInInterestingTry
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
789
_labelsInInterestingTry
= labelsInInterestingTry = new Dictionary<BoundTryStatement, HashSet<LabelSymbol>>();
5 references to _labelsInInterestingTry
Microsoft.CodeAnalysis.CSharp (5)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (5)
744
return
_labelsInInterestingTry
!= null &&
_labelsInInterestingTry
.ContainsKey(statement);
760
return
_labelsInInterestingTry
!= null || _awaitContainingCatches != null;
769
return
_labelsInInterestingTry
[statement];
786
var labelsInInterestingTry =
_labelsInInterestingTry
;