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