6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
25internal ComponentsActivitySource? ComponentActivitySource => _renderer?.ComponentActivitySource;
RenderTree\Renderer.cs (5)
479if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null) 538if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null && activityHandle.Activity != null) 540_ = ComponentActivitySource.CaptureHandleEventStopAsync(task, activityHandle); 552if (ComponentsActivitySource.IsSupported && ComponentActivitySource != null && activityHandle.Activity != null) 554ComponentActivitySource.StopHandleEventActivity(activityHandle, e);