3 writes to address
System.ServiceModel (3)
System\ServiceModel\Description\MetadataReference.cs (3)
31this.address = address; 38set { this.address = value; } 54this.address = EndpointAddress.ReadFrom(XmlDictionaryReader.CreateDictionaryReader(reader), out this.addressVersion);
3 references to address
System.ServiceModel (3)
System\ServiceModel\Description\MetadataReference.cs (3)
37get { return this.address; } 59if (address != null) 61address.WriteContentsTo(this.addressVersion, writer);