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