1 write to _httpContext
Microsoft.AspNetCore.Components (1)
ComponentsActivitySource.cs (1)
75
_httpContext
= CaptureHttpContext();
5 references to _httpContext
Microsoft.AspNetCore.Components (5)
ComponentsActivitySource.cs (5)
73
if (
_httpContext
== default)
95
if (
_httpContext
!= default)
97
activity.AddLink(new ActivityLink(
_httpContext
));
135
if (
_httpContext
!= default)
137
activity.AddLink(new ActivityLink(
_httpContext
));