2 writes to action
System.ServiceModel (2)
System\ServiceModel\Description\FaultDescription.cs (2)
31this.action = action; 37internal set { action = value; }
1 reference to action
System.ServiceModel (1)
System\ServiceModel\Description\FaultDescription.cs (1)
36get { return action; }