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)
170
return new LocationUpdatingWriter(_oldValue,
_newValue
);
175
if (
_newValue
!= null)
176
text = text.Replace(_oldValue,
_newValue
);