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