1 write to syncSource
System.ServiceModel (1)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
94this.syncSource = syncSource;
2 references to syncSource
System.ServiceModel (2)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (2)
125get { return syncSource.source; } 139syncSource.sourceLock.Exit();