1 instantiation of LiteLock
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
102LiteLock theLock = new LiteLock(locker, forWrite);
28 references to LiteLock
System.ServiceModel (28)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (28)
95public static void Acquire(out LiteLock liteLock, ReaderWriterLock locker) 100public static void Acquire(out LiteLock liteLock, ReaderWriterLock locker, bool forWrite) 102LiteLock theLock = new LiteLock(locker, forWrite); 118public static void Release(LiteLock liteLock) 292LiteLock ll = null; 295LiteLock.Acquire(out ll, gate); 312LiteLock.Release(ll); 332LiteLock ll = null; 340LiteLock.Acquire(out ll, meshEntry.Gate, true); 349LiteLock.Release(ll); 389LiteLock ll = null; 400LiteLock.Acquire(out ll, meshEntry.Gate); 422LiteLock.Release(ll); 453LiteLock ll = null; 456LiteLock.Acquire(out ll, meshEntry.Gate); 482LiteLock.Release(ll); 507LiteLock ll = null; 510LiteLock.Acquire(out ll, meshEntry.Gate, true); 520LiteLock.Release(ll); 540LiteLock ll = null; 546LiteLock.Acquire(out ll, meshEntry.Gate); 560LiteLock.Release(ll); 611LiteLock ll = null; 614LiteLock.Acquire(out ll, gate); 619LiteLock.Release(ll); 644LiteLock ll = null; 647LiteLock.Acquire(out ll, meshEntry.Gate, true); 664LiteLock.Release(ll);