1 write to _componentType
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\WebRootComponentManager.cs (1)
151_componentType = componentType;
3 references to _componentType
Microsoft.AspNetCore.Components.Server (3)
src\Components\Shared\src\WebRootComponentManager.cs (3)
166componentType = _componentType; 177if (_componentType != newComponentType) 215_interactiveComponentId = renderer.AddRootComponent(_componentType, _ssrComponentIdString);