1 write to BufferingEnabled
Microsoft.AspNetCore.OutputCaching (1)
Streams\OutputCacheStream.cs (1)
56BufferingEnabled = false;
6 references to BufferingEnabled
Microsoft.AspNetCore.OutputCaching (6)
OutputCacheMiddleware.cs (1)
418if (context.AllowCacheStorage && context.OutputCacheStream.BufferingEnabled
Streams\OutputCacheStream.cs (5)
47if (!BufferingEnabled) 117if (BufferingEnabled) 143if (BufferingEnabled) 172if (BufferingEnabled) 197if (BufferingEnabled)