2 writes to uniquePartName
System.ServiceModel (2)
System\ServiceModel\Description\MessagePartDescription.cs (2)
61this.uniquePartName = other.uniquePartName; 146set { this.uniquePartName = value; }
2 references to uniquePartName
System.ServiceModel (2)
System\ServiceModel\Description\MessagePartDescription.cs (2)
61this.uniquePartName = other.uniquePartName; 145get { return this.uniquePartName; }