3 instantiations of RootTypeCache
Microsoft.AspNetCore.Components.WebAssembly (3)
Hosting\WebAssemblyHostBuilder.cs (2)
155_rootComponentCache = new RootTypeCache(); 335Services.AddSingleton(_ => _rootComponentCache ?? new());
Services\DefaultWebAssemblyJSRuntime.cs (1)
23private readonly RootTypeCache _rootComponentCache = new();
2 references to RootTypeCache
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHostBuilder.cs (1)
32private RootTypeCache? _rootComponentCache;
Services\DefaultWebAssemblyJSRuntime.cs (1)
23private readonly RootTypeCache _rootComponentCache = new();