1 write to _rootComponentCache
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
139
_rootComponentCache
= new RootComponentTypeCache();
2 references to _rootComponentCache
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHostBuilder.cs (2)
143
var componentType =
_rootComponentCache
.GetRootComponent(registeredComponent.Assembly!, registeredComponent.TypeName!);
305
Services.AddSingleton<RootComponentTypeCache>(_ =>
_rootComponentCache
?? new());