1 instantiation of LazyAssemblyLoader
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
304
Services.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)
28
builder.Services.TryAddScoped<
LazyAssemblyLoader
>();