2 references to WebAssemblySettingsEmitter
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
74services.TryAddScoped<WebAssemblySettingsEmitter>();
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
276if (_httpContext.RequestServices.GetRequiredService<WebAssemblySettingsEmitter>().TryGetSettingsOnce(out var settings))