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)
38
HashSet<LabelSymbol> gotos = finder.
_gotos
;
103
if (
_gotos
== null)
108
_gotos
.Add(label);