4 instantiations of PeerNode
System.ServiceModel (4)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
266peerNode = new PeerNode(foundPeerNode);
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
33this.peerNode = new PeerNode(peerNode);
System\ServiceModel\Channels\PeerInputChannel.cs (1)
29this.peerNode = new PeerNode(peerNode);
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
31this.peerNode = new PeerNode(peerNode);
8 references to PeerNode
System.ServiceModel (8)
System\ServiceModel\Channels\PeerChannelListener.cs (2)
23PeerNode peerNode; 129if (typeof(T) == typeof(PeerNode))
System\ServiceModel\Channels\PeerDuplexChannel.cs (2)
18PeerNode peerNode; 80if (typeof(T) == typeof(PeerNode))
System\ServiceModel\Channels\PeerInputChannel.cs (2)
17PeerNode peerNode; 36if (typeof(T) == typeof(PeerNode))
System\ServiceModel\Channels\PeerOutputChannel.cs (2)
15PeerNode peerNode; 39if (typeof(T) == typeof(PeerNode))