4 references to AutoMarkerType
Microsoft.AspNetCore.Components.Endpoints (4)
Rendering\EndpointHtmlRenderer.Streaming.cs (2)
338
if (!_httpContext.Response.HasStarted && marker.Type is ComponentMarker.ServerMarkerType or ComponentMarker.
AutoMarkerType
)
343
if (marker.Type is ComponentMarker.WebAssemblyMarkerType or ComponentMarker.
AutoMarkerType
Rendering\SSRRenderModeBoundary.cs (1)
220
InteractiveAutoRenderMode auto => ComponentMarker.Create(ComponentMarker.
AutoMarkerType
, auto.Prerender, _markerKey),
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
103
case
AutoMarkerType
: