4 implementations of Reset
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (1)
122
public virtual void
Reset
()
Language\Legacy\ClassifiedSpanVisitor.cs (1)
448
void IPoolableObject.
Reset
()
Language\TagHelperObjectBuilder`1.cs (1)
54
void IPoolableObject.
Reset
()
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Extensions\RazorCodeDocumentExtensions_ClassifiedSpans.cs (1)
456
void IPoolableObject.
Reset
()
2 references to Reset
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
PooledObjects\DefaultPool.cs (2)
37
obj.
Reset
();
49
obj.
Reset
();