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