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)
160
componentType =
_componentType
;
170
if (
_componentType
!= newComponentType)
208
_interactiveComponentId = renderer.AddRootComponent(
_componentType
, _ssrComponentIdString);