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