1 write to rwLock
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
63
rwLock
= new ReaderWriterLockSlim();
7 references to rwLock
System.ServiceModel.Activation (7)
System\ServiceModel\Activation\CollectibleLRUCache.cs (7)
72
rwLock
.EnterReadLock();
87
rwLock
.ExitReadLock();
106
rwLock
.EnterReadLock();
120
rwLock
.ExitReadLock();
135
Fx.Assert(
rwLock
.IsWriteLockHeld, "This method can be called only when the WriterLock is acquired");
150
Fx.Assert(
rwLock
.IsWriteLockHeld, "This method can be called only when the WriterLock is acquired");
249
return new WriterLockScope(this.
rwLock
);