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)
170
return new LocationUpdatingWriter(
_oldValue
, _newValue);
176
text = text.Replace(
_oldValue
, _newValue);
177
else if (text.StartsWith(
_oldValue
, StringComparison.Ordinal))