1 write to _messagePackSerializerOptions
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Protocol\DefaultMessagePackHubProtocolWorker.cs (1)
16_messagePackSerializerOptions = messagePackSerializerOptions;
2 references to _messagePackSerializerOptions
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (2)
Protocol\DefaultMessagePackHubProtocolWorker.cs (2)
23return MessagePackSerializer.Deserialize(type, ref reader, _messagePackSerializerOptions); 33MessagePackSerializer.Serialize(type, ref writer, value, _messagePackSerializerOptions);