1 instantiation of BinderFactoryVisitor
Microsoft.CodeAnalysis.CSharp (1)
Binder\BinderFactory.cs (1)
66_binderFactoryVisitorPool = new ObjectPool<BinderFactoryVisitor>(() => new BinderFactoryVisitor(this), 64);
8 references to BinderFactoryVisitor
Microsoft.CodeAnalysis.CSharp (8)
Binder\BinderFactory.cs (8)
58private readonly ObjectPool<BinderFactoryVisitor> _binderFactoryVisitorPool; 66_binderFactoryVisitorPool = new ObjectPool<BinderFactoryVisitor>(() => new BinderFactoryVisitor(this), 64); 100/// If provided, the <see cref="BinderFactoryVisitor"/> will use the member symbol rather 132BinderFactoryVisitor visitor = _binderFactoryVisitorPool.Allocate(); 146var key = BinderFactoryVisitor.CreateBinderCacheKey(typeDecl, extraInfo); 162BinderFactoryVisitor visitor = _binderFactoryVisitorPool.Allocate(); 177BinderFactoryVisitor visitor = _binderFactoryVisitorPool.Allocate(); 187BinderFactoryVisitor visitor = _binderFactoryVisitorPool.Allocate();