4 references to Local
System.ServiceModel (4)
System\ServiceModel\Channels\PeerFlooder.cs (1)
407if ((propagateFlags & PeerMessagePropagation.Local) != 0)
System\ServiceModel\Channels\PeerNodeImplementation.cs (2)
450if ((propagateFlags & PeerMessagePropagation.Local) != 0) 923if ((propagateFlags & PeerMessagePropagation.Local) != 0)
System\ServiceModel\PeerMessagePropagation.cs (1)
11LocalAndRemote = Local | Remote