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)
134
if (
_componentType
!= newComponentType)
172
_interactiveComponentId = renderer.AddRootComponent(
_componentType
, _ssrComponentIdString);