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)
143var componentType = _rootComponentCache.GetRootComponent(registeredComponent.Assembly!, registeredComponent.TypeName!); 305Services.AddSingleton<RootComponentTypeCache>(_ => _rootComponentCache ?? new());