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