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