1 write to _lock
System.Web.Mobile (1)
UI\MobileControls\IndividualDeviceConfig.cs (1)
356
_lock
= theLock;
4 references to _lock
System.Web.Mobile (4)
UI\MobileControls\IndividualDeviceConfig.cs (4)
360
_lock
.AcquireWriterLock(Timeout.Infinite);
364
_lock
.AcquireReaderLock(Timeout.Infinite);
372
_lock
.ReleaseWriterLock();
376
_lock
.ReleaseReaderLock();