1 write to _asyncLock
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
131_ = Interlocked.CompareExchange(ref _asyncLock, new AsyncLock(), null);
4 references to _asyncLock
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\CommunicationObject.cs (4)
113if (_asyncLock != null) 126if (_asyncLock != null) 128return _asyncLock; 132return _asyncLock;