1 write to oldValue
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1877this.oldValue = oldValue;
3 references to oldValue
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataExtension.cs (3)
1884return new LocationUpdatingWriter(oldValue, newValue); 1890text = text.Replace(this.oldValue, this.newValue); 1891else if (text.StartsWith(this.oldValue, StringComparison.Ordinal))