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