2 writes to ComponentId
Microsoft.AspNetCore.Components.WebView (2)
WebViewManager.cs (2)
103rootComponent.ComponentId = _currentPageContext.Renderer.AddRootComponent( 233rootComponent.ComponentId = _currentPageContext.Renderer.AddRootComponent(
4 references to ComponentId
Microsoft.AspNetCore.Components.WebView (4)
WebViewManager.cs (4)
106rootComponent.ComponentId.Value, rootComponent.Parameters); 128if (_currentPageContext != null && rootComponent.ComponentId.HasValue) 130return Dispatcher.InvokeAsync(() => _currentPageContext.Renderer.RemoveRootComponent(rootComponent.ComponentId.Value)); 236rootComponent.ComponentId.Value, rootComponent.Parameters));