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