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