1 instantiation of SynchronizedMessageSource
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
326this.messageSource = new SynchronizedMessageSource(messageSource);
6 references to SynchronizedMessageSource
System.ServiceModel (6)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (4)
86SynchronizedMessageSource syncSource; 90public SynchronizedAsyncResult(SynchronizedMessageSource syncSource, TimeSpan timeout, 203public ReceiveAsyncResult(SynchronizedMessageSource syncSource, TimeSpan timeout, 247public WaitForMessageAsyncResult(SynchronizedMessageSource syncSource, TimeSpan timeout,
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
24SynchronizedMessageSource messageSource; 97protected SynchronizedMessageSource MessageSource