1 write to _hubMessages
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Internal\Protocol\CompositeTestBinder.cs (1)
18
_hubMessages
= hubMessages.Where(IsBindableMessage).ToArray();
2 references to _hubMessages
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\CompositeTestBinder.cs (2)
24
return new TestBinder(
_hubMessages
[index - 1]).GetParameterTypes(methodName);
30
return new TestBinder(
_hubMessages
[index - 1]).GetReturnType(invocationId);