2 writes to _version
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (2)
25
_version
= elementToBeCloned._version;
57
_version
= value;
4 references to _version
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (4)
25
_version = elementToBeCloned.
_version
;
49
return
_version
;
109
return (_url == privacy._url &&
_version
== privacy.
_version
);