3 implementations of Activity
Microsoft.AspNetCore.Hosting (1)
Internal\HttpActivityFeature.cs (1)
20public Activity Activity { get; set; }
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationTests.cs (1)
131public Activity Activity { get; set; }
Microsoft.AspNetCore.Http.Connections.Tests (1)
HttpConnectionDispatcherTests.cs (1)
3100public Activity Activity { get; set; }
3 references to Activity
Microsoft.AspNetCore.Http (2)
Features\IHttpActivityFeature.cs (2)
9/// Feature to access the <see cref="Activity"/> associated with a request. 14/// Returns the <see cref="Activity"/> associated with the current request.
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
124context.Features.Get<IHttpActivityFeature>()?.Activity.AddTag("http.long_running", "true");