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