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