2 writes to _boundSimpleNames
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\ExecutableCodeBinder.vb (2)
238_boundSimpleNames = New HashSet(Of Integer) 241_boundSimpleNames = Nothing
3 references to _boundSimpleNames
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\ExecutableCodeBinder.vb (3)
221If Not _boundSimpleNames.Contains(position) Then 226_boundSimpleNames.Add(position) 237Debug.Assert(_boundSimpleNames Is Nothing)