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