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)
113
if (
_asyncLock
!= null)
126
if (
_asyncLock
!= null)
128
return
_asyncLock
;
132
return
_asyncLock
;