1 write to _oldValue
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
163_oldValue = oldValue;
3 references to _oldValue
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (3)
170return new LocationUpdatingWriter(_oldValue, _newValue); 176text = text.Replace(_oldValue, _newValue); 177else if (text.StartsWith(_oldValue, StringComparison.Ordinal))