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