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