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)
40ArgumentNullException.ThrowIfNull(_builderPool); 42var builder = _builderPool.Get(); 65_builderPool.Return(builder);