2 writes to version
System.ServiceModel (2)
System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (2)
25this.version = elementToBeCloned.version; 58this.version = value;
4 references to version
System.ServiceModel (4)
System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (4)
25this.version = elementToBeCloned.version; 49return this.version; 110return (this.url == privacy.url && this.version == privacy.version);