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