1 instantiation of TestActivitySource
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.Activity.cs (1)
23var hubMethodTestSource = new TestActivitySource() { ActivitySource = new ActivitySource("test_custom") };
2 references to TestActivitySource
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.Activity.cs (1)
23var hubMethodTestSource = new TestActivitySource() { ActivitySource = new ActivitySource("test_custom") };
HubConnectionHandlerTestUtils\Hubs.cs (1)
374public void ActivityMethod(TestActivitySource testActivitySource)