2 references to IsCapturing
Microsoft.AspNetCore.Components.Endpoints (2)
CacheView\CacheViewService.cs (1)
118if (output is CacheViewTextWriter { IsCapturing: true })
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
308if (captureWriter is not null && captureWriter.IsCapturing && (!CacheViewService.IsCacheableComponent(componentState.Component.GetType(), captureWriter.VaryBy) || renderBoundaryMarkers))