1 write to newValue
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1879this.newValue = newValue;
3 references to newValue
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataExtension.cs (3)
1884return new LocationUpdatingWriter(oldValue, newValue); 1889if (this.newValue != null) 1890text = text.Replace(this.oldValue, this.newValue);