6 writes to action
System.ServiceModel (6)
System\ServiceModel\FaultException.cs (6)
70this.action = action; 78this.action = action; 86this.action = action; 94this.action = action; 117this.action = action; 126this.action = (string)info.GetString("action");
2 references to action
System.ServiceModel (2)
System\ServiceModel\FaultException.cs (2)
131get { return this.action; } 227info.AddValue("action", this.action);