1 write to rwlock
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
55Interlocked.CompareExchange<ReaderWriterLock>(ref this.rwlock, new ReaderWriterLock(), null);
5 references to rwlock
System.Data.Linq (5)
Mapping\MappingSource.cs (5)
54if (this.rwlock == null) { 60this.rwlock.AcquireReaderLock(Timeout.Infinite); 67this.rwlock.ReleaseReaderLock(); 70this.rwlock.AcquireWriterLock(Timeout.Infinite); 81this.rwlock.ReleaseWriterLock();