5 references to InvalidNodeId
System.ServiceModel (5)
System\ServiceModel\Channels\PeerConnector.cs (2)
46Fx.Assert(config.NodeId != PeerTransportConstants.InvalidNodeId, "Invalid NodeId"); 635if (neighborNodeId == PeerTransportConstants.InvalidNodeId)
System\ServiceModel\Channels\PeerMaintainer.cs (1)
112|| referral.NodeId == PeerTransportConstants.InvalidNodeId
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
284if (nodeId != PeerTransportConstants.InvalidNodeId)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1311while (nodeId == PeerTransportConstants.InvalidNodeId);