6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
26internal ComponentsActivitySource? ComponentActivitySource => _renderer?.ComponentActivitySource;
RenderTree\Renderer.cs (5)
500if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null) 559if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null && activityHandle.Activity != null) 561_ = ComponentActivitySource.CaptureHandleEventStopAsync(task, activityHandle); 573if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null && activityHandle.Activity != null) 575ComponentActivitySource.StopHandleEventActivity(activityHandle, e);