1 write to _invocationBinder
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
63
_invocationBinder
= invocationBinder ?? new DefaultInvocationBinder();
1 reference to _invocationBinder
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
288
if (_protocol.TryParseMessage(ref buffer,
_invocationBinder
, out var message))