1 write to _componentType
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\WebRootComponentManager.cs (1)
145_componentType = componentType;
3 references to _componentType
Microsoft.AspNetCore.Components.Server (3)
src\Components\Shared\src\WebRootComponentManager.cs (3)
160componentType = _componentType; 170if (_componentType != newComponentType) 208_interactiveComponentId = renderer.AddRootComponent(_componentType, _ssrComponentIdString);