1 instantiation of LazyAssemblyLoader
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
304Services.AddSingleton(new LazyAssemblyLoader(DefaultWebAssemblyJSRuntime.Instance));
2 references to LazyAssemblyLoader
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\LazyAssemblyLoader.cs (1)
22/// Initializes a new instance of <see cref="LazyAssemblyLoader"/>.
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
WebAssemblyRazorComponentsBuilderExtensions.cs (1)
28builder.Services.TryAddScoped<LazyAssemblyLoader>();