1 write to _labelsInInterestingTry
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
909
_labelsInInterestingTry
= labelsInInterestingTry = new Dictionary<BoundTryStatement, HashSet<LabelSymbol>>();
5 references to _labelsInInterestingTry
Microsoft.CodeAnalysis.CSharp (5)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (5)
864
return
_labelsInInterestingTry
!= null &&
_labelsInInterestingTry
.ContainsKey(statement);
880
return
_labelsInInterestingTry
!= null || _awaitContainingCatches != null;
889
return
_labelsInInterestingTry
[statement];
906
var labelsInInterestingTry =
_labelsInInterestingTry
;