3 references to WebAssemblyComponentSerializer
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
57services.TryAddSingleton<WebAssemblyComponentSerializer>();
Rendering\SSRRenderModeBoundary.cs (1)
203WebAssemblyComponentSerializer.SerializeInvocation(ref marker, _componentType, parameters);
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
764collection.TryAddSingleton<WebAssemblyComponentSerializer>();