1 write to _targets
Microsoft.CodeAnalysis.CSharp (1)
Lowering\UnmatchedGotoFinder.cs (1)
115
_targets
= new HashSet<LabelSymbol>();
3 references to _targets
Microsoft.CodeAnalysis.CSharp (3)
Lowering\UnmatchedGotoFinder.cs (3)
39
HashSet<LabelSymbol> targets = finder.
_targets
;
113
if (
_targets
== null)
118
_targets
.Add(label);