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