2 writes to _messagePackSerializerOptions
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (2)
MessagePackHubProtocolOptions.cs (2)
31_messagePackSerializerOptions = MessagePackHubProtocol.CreateDefaultMessagePackSerializerOptions(); 38_messagePackSerializerOptions = value;
2 references to _messagePackSerializerOptions
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (2)
MessagePackHubProtocolOptions.cs (2)
27if (_messagePackSerializerOptions == null) 34return _messagePackSerializerOptions;