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)
39HashSet<LabelSymbol> targets = finder._targets; 113if (_targets == null) 118_targets.Add(label);