12 writes to code
System.ServiceModel (12)
System\ServiceModel\FaultException.cs (12)
33this.code = FaultException.DefaultCode; 40this.code = FaultException.DefaultCode; 47this.code = FaultException.DefaultCode; 54this.code = FaultException.EnsureCode(code); 61this.code = FaultException.EnsureCode(code); 68this.code = FaultException.EnsureCode(code); 76this.code = FaultException.EnsureCode(code); 84this.code = FaultException.EnsureCode(code); 92this.code = FaultException.EnsureCode(code); 103this.code = FaultException.EnsureCode(fault.Code); 114this.code = fault.Code; 123this.code = this.ReconstructFaultCode(info, "code");
3 references to code
System.ServiceModel (3)
System\ServiceModel\FaultException.cs (3)
136get { return this.code; } 207return MessageFault.CreateFault(this.code, this.reason); 224this.AddFaultCodeObjectData(info, "code", this.code);