2 writes to _interactiveComponentId
Microsoft.AspNetCore.Components.Server (2)
src\Components\Shared\src\WebRootComponentManager.cs (2)
154
_interactiveComponentId
= interactiveComponentId;
215
_interactiveComponentId
= renderer.AddRootComponent(_componentType, _ssrComponentIdString);
5 references to _interactiveComponentId
Microsoft.AspNetCore.Components.Server (5)
src\Components\Shared\src\WebRootComponentManager.cs (5)
164
interactiveComponentId =
_interactiveComponentId
;
214
renderer.RemoveRootComponent(
_interactiveComponentId
);
224
return renderer.RenderRootComponentAsync(
_interactiveComponentId
, _latestParameters.Parameters);
230
await renderer.RenderRootComponentAsync(
_interactiveComponentId
, _latestParameters.Parameters);
235
renderer.RemoveRootComponent(
_interactiveComponentId
);