1 write to _labelsInInterestingTry
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
822
_labelsInInterestingTry
= labelsInInterestingTry = new Dictionary<BoundTryStatement, HashSet<LabelSymbol>>();
5 references to _labelsInInterestingTry
Microsoft.CodeAnalysis.CSharp (5)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (5)
777
return
_labelsInInterestingTry
!= null &&
_labelsInInterestingTry
.ContainsKey(statement);
793
return
_labelsInInterestingTry
!= null || _awaitContainingCatches != null;
802
return
_labelsInInterestingTry
[statement];
819
var labelsInInterestingTry =
_labelsInInterestingTry
;