1 write to _rootComponentCache
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
149
_rootComponentCache
= new RootTypeCache();
2 references to _rootComponentCache
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHostBuilder.cs (2)
153
var componentType =
_rootComponentCache
.GetRootType(registeredComponent.Assembly!, registeredComponent.TypeName!);
326
Services.AddSingleton(_ =>
_rootComponentCache
?? new());