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)
23
return MessagePackSerializer.Deserialize(type, ref reader,
_messagePackSerializerOptions
);
33
MessagePackSerializer.Serialize(type, ref writer, value,
_messagePackSerializerOptions
);