1 instantiation of BinderFactoryVisitor
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\BinderFactory.vb (1)
46
Me._binderFactoryVisitorPool = New ObjectPool(Of BinderFactoryVisitor)(Function() New
BinderFactoryVisitor
(Me))
2 references to BinderFactoryVisitor
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BinderFactory.vb (2)
33
Private ReadOnly _binderFactoryVisitorPool As ObjectPool(Of
BinderFactoryVisitor
)
46
Me._binderFactoryVisitorPool = New ObjectPool(Of
BinderFactoryVisitor
)(Function() New BinderFactoryVisitor(Me))