1 instantiation of FakeInvocationBinder
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
714
public static readonly FakeInvocationBinder Instance = new
FakeInvocationBinder
();
2 references to FakeInvocationBinder
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
686
if (!protocol.TryParseMessage(ref ros,
FakeInvocationBinder
.Instance, out hubMessage))
714
public static readonly
FakeInvocationBinder
Instance = new FakeInvocationBinder();