1 write to IsInStreamingContext
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointComponentState.cs (1)
54cacheView.IsInStreamingContext = StreamRendering;
1 reference to IsInStreamingContext
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheViewService.cs (1)
83if (!cacheView.Enabled || !HttpMethods.IsGet(httpContext.Request.Method) || cacheView.IsInStreamingContext)