1 write to _sendLock
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
41
_sendLock
= new SemaphoreSlim(1);
8 references to _sendLock
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (8)
284
if (!await
_sendLock
.WaitAsync(TimeoutHelper.ToMilliseconds(timeout)))
325
_sendLock
.Release();
339
if (!
_sendLock
.Wait(TimeoutHelper.ToMilliseconds(timeout)))
380
_sendLock
.Release();
512
if (!await
_sendLock
.WaitAsync(TimeoutHelper.ToMilliseconds(timeout)))
582
_sendLock
.Release();
617
if (!
_sendLock
.Wait(TimeoutHelper.ToMilliseconds(timeout)))
653
_sendLock
.Release();