3 writes to addressVersion
System.ServiceModel (3)
System\ServiceModel\Description\MetadataReference.cs (3)
32this.addressVersion = addressVersion; 44set { this.addressVersion = value; } 54this.address = EndpointAddress.ReadFrom(XmlDictionaryReader.CreateDictionaryReader(reader), out this.addressVersion);
2 references to addressVersion
System.ServiceModel (2)
System\ServiceModel\Description\MetadataReference.cs (2)
43get { return this.addressVersion; } 61address.WriteContentsTo(this.addressVersion, writer);