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)
58
private 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
132
BinderFactoryVisitor
visitor = _binderFactoryVisitorPool.Allocate();
146
var key =
BinderFactoryVisitor
.CreateBinderCacheKey(typeDecl, extraInfo);
162
BinderFactoryVisitor
visitor = _binderFactoryVisitorPool.Allocate();
177
BinderFactoryVisitor
visitor = _binderFactoryVisitorPool.Allocate();
187
BinderFactoryVisitor
visitor = _binderFactoryVisitorPool.Allocate();