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)
166
componentType =
_componentType
;
177
if (
_componentType
!= newComponentType)
215
_interactiveComponentId = renderer.AddRootComponent(
_componentType
, _ssrComponentIdString);