1 write to _gotos
Microsoft.CodeAnalysis.CSharp (1)
Lowering\UnmatchedGotoFinder.cs (1)
105_gotos = new HashSet<LabelSymbol>();
3 references to _gotos
Microsoft.CodeAnalysis.CSharp (3)
Lowering\UnmatchedGotoFinder.cs (3)
38HashSet<LabelSymbol> gotos = finder._gotos; 103if (_gotos == null) 108_gotos.Add(label);