6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
Routing\Router.cs (6)
249if (ComponentsActivitySource.IsSupported && _renderHandle.ComponentActivitySource != null) 251_renderHandle.ComponentActivitySource.StopNavigateActivity(activityHandle, null); 307if (ComponentsActivitySource.IsSupported && _renderHandle.ComponentActivitySource != null) 309_renderHandle.ComponentActivitySource.StopNavigateActivity(activityHandle, null); 316if (ComponentsActivitySource.IsSupported && _renderHandle.ComponentActivitySource != null) 318activityHandle = _renderHandle.ComponentActivitySource.StartNavigateActivity(componentType, template);