3 references to WebAssemblyMarkerType
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
287if (marker.Type is ComponentMarker.WebAssemblyMarkerType or ComponentMarker.AutoMarkerType)
Rendering\SSRRenderModeBoundary.cs (1)
186InteractiveWebAssemblyRenderMode webAssembly => ComponentMarker.Create(ComponentMarker.WebAssemblyMarkerType, webAssembly.Prerender, _markerKey),
src\Shared\Components\ComponentMarker.cs (1)
101case WebAssemblyMarkerType: