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