6 references to ComponentActivitySource
Microsoft.AspNetCore.Components (6)
RenderHandle.cs (1)
25internal ComponentsActivitySource? ComponentActivitySource => _renderer?.ComponentActivitySource;
RenderTree\Renderer.cs (5)
460if (ComponentActivitySource != null) 519if (ComponentActivitySource != null && activityHandle.Activity != null) 521_ = ComponentActivitySource.CaptureHandleEventStopAsync(task, activityHandle); 533if (ComponentActivitySource != null && activityHandle.Activity != null) 535ComponentActivitySource.StopHandleEventActivity(activityHandle, e);