1 write to sendLock
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
43
this.
sendLock
= new ThreadNeutralSemaphore(1);
9 references to sendLock
System.ServiceModel (9)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (9)
67
get { return this.
sendLock
; }
346
if (!this.
sendLock
.TryEnter(timeoutHelper.RemainingTime()))
387
this.
sendLock
.Exit();
512
if (!this.
sendLock
.TryEnter(timeoutHelper.RemainingTime()))
548
this.
sendLock
.Exit();
892
if (!channel.
sendLock
.EnterAsync(this.timeoutHelper.RemainingTime(), onEnterComplete, this))
1026
this.channel.
sendLock
.Exit();
1051
if (!channel.
sendLock
.EnterAsync(this.timeoutHelper.RemainingTime(), onEnterComplete, this))
1212
this.channel.
sendLock
.Exit();