2 references to ShouldMessagePropagate
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNodeImplementation.cs (2)
951
context.Send(delegate(object state) { propagateFlags = filter.
ShouldMessagePropagate
(message, origination); }, null);
955
propagateFlags = filter.
ShouldMessagePropagate
(message, origination);