6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
25internal ComponentsActivitySource? ComponentActivitySource => _renderer?.ComponentActivitySource;
RenderTree\Renderer.cs (5)
466if (ComponentActivitySource != null) 525if (ComponentActivitySource != null && activityHandle.Activity != null) 527_ = ComponentActivitySource.CaptureHandleEventStopAsync(task, activityHandle); 539if (ComponentActivitySource != null && activityHandle.Activity != null) 541ComponentActivitySource.StopHandleEventActivity(activityHandle, e);