2 writes to ComponentId
Microsoft.AspNetCore.Components.WebView (2)
WebViewManager.cs (2)
105rootComponent.ComponentId = _currentPageContext.Renderer.AddRootComponent( 235rootComponent.ComponentId = _currentPageContext.Renderer.AddRootComponent(
4 references to ComponentId
Microsoft.AspNetCore.Components.WebView (4)
WebViewManager.cs (4)
108rootComponent.ComponentId.Value, rootComponent.Parameters); 130if (_currentPageContext != null && rootComponent.ComponentId.HasValue) 132return Dispatcher.InvokeAsync(() => _currentPageContext.Renderer.RemoveRootComponent(rootComponent.ComponentId.Value)); 238rootComponent.ComponentId.Value, rootComponent.Parameters));