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