2 references to MessageSource
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
671
Message message = await this.
MessageSource
.ReceiveAsync(timeout);
684
Message message = this.
MessageSource
.Receive(timeout);