1 write to stateLock
System.ServiceModel (1)
System\ServiceModel\Channels\ReceiveContext.cs (1)
27
this.
stateLock
= new ThreadNeutralSemaphore(1);
3 references to stateLock
System.ServiceModel (3)
System\ServiceModel\Channels\ReceiveContext.cs (3)
350
this.
stateLock
.Exit();
394
this.
stateLock
.Enter(timeout);
404
return this.
stateLock
.EnterAsync(timeout, callback, state);