3 implementations of IPoolableObject
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (1)
77internal abstract class DirectiveVisitor : SyntaxWalker, IPoolableObject
Language\Legacy\ClassifiedSpanVisitor.cs (1)
11internal sealed class ClassifiedSpanVisitor : SyntaxWalker, IPoolableObject
Language\TagHelperObjectBuilder`1.cs (1)
10public abstract partial class TagHelperObjectBuilder<T> : IPoolableObject
7 references to IPoolableObject
Microsoft.AspNetCore.Razor.Utilities.Shared (5)
PooledObjects\DefaultPool.cs (5)
18where T : class, IPoolableObject, new() 22where T : class, IPoolableObject 26where T : class, IPoolableObject 30where T : class, IPoolableObject 42where T : class, IPoolableObject
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
447void IPoolableObject.Reset()
Language\TagHelperObjectBuilder`1.cs (1)
54void IPoolableObject.Reset()