1 write to _builderPool
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheKeyProvider.cs (1)
28
_builderPool
= poolProvider.CreateStringBuilderPool();
3 references to _builderPool
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheKeyProvider.cs (3)
40
ArgumentNullException.ThrowIfNull(
_builderPool
);
42
var builder =
_builderPool
.Get();
65
_builderPool
.Return(builder);