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