4 references to ComponentDirectiveVisitor
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultRazorTagHelperContextDiscoveryPhase_Pooling.cs (4)
13
private static readonly ObjectPool<
ComponentDirectiveVisitor
> s_componentDirectiveVisitorPool = DefaultPool.Create<
ComponentDirectiveVisitor
>();
21
s_componentDirectiveVisitorPool.Return((
ComponentDirectiveVisitor
)visitor);
43
var
componentDirectiveVisitor = s_componentDirectiveVisitorPool.Get();