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)
73if (_httpContext == default) 95if (_httpContext != default) 97activity.AddLink(new ActivityLink(_httpContext)); 135if (_httpContext != default) 137activity.AddLink(new ActivityLink(_httpContext));