1 write to _messageSource
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
267_messageSource = new SynchronizedMessageSource(messageSource);
5 references to _messageSource
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (5)
79get { return _messageSource; } 100message = _messageSource.Receive(timeout); 131message = await _messageSource.ReceiveAsync(timeout); 219bool success = await _messageSource.WaitForMessageAsync(timeout); 242bool success = _messageSource.WaitForMessage(timeout);