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