1 write to _binderFactoryVisitorPool
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\BinderFactory.vb (1)
46Me._binderFactoryVisitorPool = New ObjectPool(Of BinderFactoryVisitor)(Function() New BinderFactoryVisitor(Me))
2 references to _binderFactoryVisitorPool
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BinderFactory.vb (2)
53Dim visitor = _binderFactoryVisitorPool.Allocate() 56_binderFactoryVisitorPool.Free(visitor)