2 references to AsyncLock
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\CommunicationObject.cs (1)
131_ = Interlocked.CompareExchange(ref _asyncLock, new AsyncLock(), null);
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
923private AsyncLock ThisLock { get; } = new AsyncLock();