3 writes to action
System.ServiceModel (3)
System\ServiceModel\Description\MessageDescription.cs (3)
35this.action = action; 42this.action = other.action; 68internal set { action = value; }
2 references to action
System.ServiceModel (2)
System\ServiceModel\Description\MessageDescription.cs (2)
42this.action = other.action; 67get { return action; }