1 write to source
System.ServiceModel (1)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
18this.source = source;
3 references to source
System.ServiceModel (3)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (3)
44return source.WaitForMessage(timeoutHelper.RemainingTime()); 74return source.Receive(timeoutHelper.RemainingTime()); 125get { return syncSource.source; }