1 write to _labelsInInterestingTry
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
896
_labelsInInterestingTry
= labelsInInterestingTry = new Dictionary<BoundTryStatement, HashSet<LabelSymbol>>();
5 references to _labelsInInterestingTry
Microsoft.CodeAnalysis.CSharp (5)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (5)
851
return
_labelsInInterestingTry
!= null &&
_labelsInInterestingTry
.ContainsKey(statement);
867
return
_labelsInInterestingTry
!= null || _awaitContainingCatches != null;
876
return
_labelsInInterestingTry
[statement];
893
var labelsInInterestingTry =
_labelsInInterestingTry
;