1 write to _messageConnection
BasketService (1)
BasketService.cs (1)
63_messageConnection ??= serviceProvider.GetService<IConnection>();
2 references to _messageConnection
BasketService (2)
BasketService.cs (2)
64if (_messageConnection is null) 78using var channel = await _messageConnection.CreateChannelAsync();