8 references to Enter
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
674if (Guard.Enter()) 847return Guard.Enter();
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (2)
578if (_guard.Enter()) 660if (_guard.Enter())
System\ServiceModel\Channels\ReliableOutputConnection.cs (3)
175if (_sendGuard.Enter()) 202if (_sendGuard.Enter()) 301if (_sendGuard.Enter())
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
578bool exitGuard = replyAckConsistencyGuard != null ? replyAckConsistencyGuard.Enter() : false;