12 references to Enter
System.ServiceModel (12)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
790if (this.Guard.Enter()) 976return this.Guard.Enter();
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
656if (this.guard.Enter()) 732if (this.guard.Enter())
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
519if (this.guard.Enter()) 851if (this.guard.Enter())
System\ServiceModel\Channels\ReliableOutputConnection.cs (5)
307if (this.sendGuard.Enter()) 397if (sendGuard.Enter()) 424if (this.sendGuard.Enter()) 564if (this.sendGuard.Enter()) 737if (this.connection.sendGuard.Enter())
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
718bool exitGuard = this.replyAckConsistencyGuard != null ? this.replyAckConsistencyGuard.Enter() : false;