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)
153var componentType = _rootComponentCache.GetRootType(registeredComponent.Assembly!, registeredComponent.TypeName!); 326Services.AddSingleton(_ => _rootComponentCache ?? new());