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