4 references to GetPooledObject
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
PooledObjects\DictionaryBuilderPool`2.cs (1)
40
=> Default.
GetPooledObject
(out builder);
PooledObjects\QueuePool`1.cs (1)
29
=> Default.
GetPooledObject
(out queue);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
41
using var _ = Pool.
GetPooledObject
(out var visitor);
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Extensions\RazorCodeDocumentExtensions_ClassifiedSpans.cs (1)
69
using var _ = s_pool.
GetPooledObject
(out var visitor);