2 references to ReadInt32
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (2)
Protocol\MessagePackHubProtocolWorker.cs (2)
45var messageType = ReadInt32(ref reader, "messageType"); 165var resultKind = ReadInt32(ref reader, "resultKind");