2 references to AutoMarkerType
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
269
if (!_httpContext.Response.HasStarted && marker.Type is ComponentMarker.ServerMarkerType or ComponentMarker.
AutoMarkerType
)
Rendering\SSRRenderModeBoundary.cs (1)
169
InteractiveAutoRenderMode auto => ComponentMarker.Create(ComponentMarker.
AutoMarkerType
, auto.Prerender, _markerKey),