6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
25internal ComponentsActivitySource? ComponentActivitySource => _renderer?.ComponentActivitySource;
RenderTree\Renderer.cs (5)
473if (ComponentActivitySource != null) 532if (ComponentActivitySource != null && activityHandle.Activity != null) 534_ = ComponentActivitySource.CaptureHandleEventStopAsync(task, activityHandle); 546if (ComponentActivitySource != null && activityHandle.Activity != null) 548ComponentActivitySource.StopHandleEventActivity(activityHandle, e);