2 writes to nodeAddress
System.ServiceModel (2)
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (2)
145this.nodeAddress = new PeerNodeAddress(nodeAddress.EndpointAddress, addresses); 254this.nodeAddress = updatedNodeAddress;
3 references to nodeAddress
System.ServiceModel (3)
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (3)
146RegisterInfo info = new RegisterInfo(clientId, meshId, this.nodeAddress); 179SendUpdate(new UpdateInfo(this.registrationId, this.clientId, this.meshId, this.nodeAddress), ServiceDefaults.SendTimeout); 188RegisterInfo registerInfo = new RegisterInfo(clientId, meshId, nodeAddress);