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