2 writes to name
System.ServiceModel (2)
System\ServiceModel\Description\MessagePartDescription.cs (2)
38this.name = new XmlName(name, true /*isEncoded*/); 50this.name = other.name;
4 references to name
System.ServiceModel (4)
System\ServiceModel\Description\MessagePartDescription.cs (4)
50this.name = other.name; 77get { return this.name; } 82get { return this.name.DecodedName; } 87get { return this.name.EncodedName; }