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)
79
get { return
_messageSource
; }
100
message =
_messageSource
.Receive(timeout);
131
message = await
_messageSource
.ReceiveAsync(timeout);
219
bool success = await
_messageSource
.WaitForMessageAsync(timeout);
242
bool success =
_messageSource
.WaitForMessage(timeout);