1 write to _componentType
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Components\Shared\src\WebRootComponentManager.cs (1)
121_componentType = componentType;
2 references to _componentType
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Components\Shared\src\WebRootComponentManager.cs (2)
134if (_componentType != newComponentType) 172_interactiveComponentId = renderer.AddRootComponent(_componentType, _ssrComponentIdString);