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