1 instantiation of BinderFactoryVisitor
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\BinderFactory.vb (1)
31Private Shared ReadOnly s_binderFactoryVisitorPool As ObjectPool(Of BinderFactoryVisitor) = New ObjectPool(Of BinderFactoryVisitor)(Function() New BinderFactoryVisitor())
6 references to BinderFactoryVisitor
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\BinderFactory.vb (6)
31Private Shared ReadOnly s_binderFactoryVisitorPool As ObjectPool(Of BinderFactoryVisitor) = New ObjectPool(Of BinderFactoryVisitor)(Function() New BinderFactoryVisitor()) 32Private ReadOnly _binderFactoryVisitorPool As ObjectPool(Of BinderFactoryVisitor) 40Public Sub New(sourceModule As SourceModuleSymbol, tree As SyntaxTree, Optional binderFactoryVisitorPoolOpt As ObjectPool(Of BinderFactoryVisitor) = Nothing) 60Private Function GetBinderFactoryVisitor(position As Integer) As BinderFactoryVisitor 67Private Sub ClearBinderFactoryVisitor(visitor As BinderFactoryVisitor)