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