1 write to _routeContext
Microsoft.AspNetCore.Components (1)
ComponentsActivitySource.cs (1)
107
_routeContext
= activity.Context;
2 references to _routeContext
Microsoft.AspNetCore.Components (2)
ComponentsActivitySource.cs (2)
143
if (
_routeContext
!= default)
145
activity.AddLink(new ActivityLink(
_routeContext
));