2 writes to index
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\CompositeTestBinder.cs (2)
23index++; 29index++;
2 references to index
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\CompositeTestBinder.cs (2)
24return new TestBinder(_hubMessages[index - 1]).GetParameterTypes(methodName); 30return new TestBinder(_hubMessages[index - 1]).GetReturnType(invocationId);