1 write to Bar
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
5418
Bar
= bar;
4 references to Bar
Microsoft.AspNetCore.SignalR.Tests (4)
HubConnectionHandlerTests.cs (4)
3662
Assert.Equal(objects[0].
Bar
, ((JContainer)result[0])["bar"]);
3664
Assert.Equal(objects[1].
Bar
, ((JContainer)result[1])["bar"]);
3757
Assert.Equal(objects[0].
Bar
, ((JContainer)result[0])["bar"]);
3759
Assert.Equal(objects[1].
Bar
, ((JContainer)result[1])["bar"]);