2 writes to registration
System.ServiceModel (2)
System\ServiceModel\Channels\PeerChannelListener.cs (2)
248this.registration = null; 253this.registration = new PeerNodeImplementation.Registration(this.Uri, this);
2 references to registration
System.ServiceModel (2)
System\ServiceModel\Channels\PeerChannelListener.cs (2)
67get { return registration; } 254foundPeerNode = PeerNodeImplementation.Get(this.Uri, registration);