1 write to receiveLock
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1179
this.
receiveLock
= new ThreadNeutralSemaphore(1);
6 references to receiveLock
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (6)
1516
if (!this.
receiveLock
.TryEnter(timeoutHelper.RemainingTime()))
1582
this.
receiveLock
.Exit();
2563
if (!channel.
receiveLock
.EnterAsync(this.timeoutHelper.RemainingTime(), onWait, this))
2579
this.channel.
receiveLock
.Exit();
2713
this.channel.
receiveLock
.Exit();
2737
this.channel.
receiveLock
.Exit();