2 writes to index
System.ServiceModel (2)
System\ServiceModel\Description\MessagePartDescription.cs (2)
52this.index = other.index; 104set { index = value; }
2 references to index
System.ServiceModel (2)
System\ServiceModel\Description\MessagePartDescription.cs (2)
52this.index = other.index; 103get { return index; }