1 write to _newValue
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
165_newValue = newValue;
3 references to _newValue
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (3)
170return new LocationUpdatingWriter(_oldValue, _newValue); 175if (_newValue != null) 176text = text.Replace(_oldValue, _newValue);