2 writes to faultImportOptions
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractImporter.cs (2)
135
this.
faultImportOptions
= (FaultImportOptions)faultImportOptions;
137
this.
faultImportOptions
= new FaultImportOptions();
3 references to faultImportOptions
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractImporter.cs (3)
231
if (!this.
faultImportOptions
.UseMessageFormat)
274
this.
faultImportOptions
.UseMessageFormat);
592
if (this.
faultImportOptions
.UseMessageFormat)