1 write to readerWriterLock
System.ServiceModel (1)
System\ServiceModel\Channels\LockHelper.cs (1)
19this.readerWriterLock = readerWriterLock;
4 references to readerWriterLock
System.ServiceModel (4)
System\ServiceModel\Channels\LockHelper.cs (4)
24this.readerWriterLock.EnterReadLock(); 28this.readerWriterLock.EnterWriteLock(); 41this.readerWriterLock.ExitReadLock(); 45this.readerWriterLock.ExitWriteLock();