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)
923
private AsyncLock ThisLock { get; } = new
AsyncLock
();