3 writes to _url
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (3)
18
_url
= null;
24
_url
= elementToBeCloned._url;
41
_url
= value;
4 references to _url
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (4)
24
_url = elementToBeCloned.
_url
;
32
return
_url
;
109
return (
_url
== privacy.
_url
&& _version == privacy._version);