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)
221
If Not
_boundSimpleNames
.Contains(position) Then
226
_boundSimpleNames
.Add(position)
237
Debug.Assert(
_boundSimpleNames
Is Nothing)