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