6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
26internal ComponentsActivitySource? ComponentActivitySource => _renderer?.ComponentActivitySource;
RenderTree\Renderer.cs (5)
501if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null) 560if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null && activityHandle.Activity != null) 562_ = ComponentActivitySource.CaptureHandleEventStopAsync(task, activityHandle); 574if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null && activityHandle.Activity != null) 576ComponentActivitySource.StopHandleEventActivity(activityHandle, e);