2 instantiations of FaultImportOptions
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
137this.faultImportOptions = new FaultImportOptions();
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1316FaultImportOptions faultOptions = new FaultImportOptions();
5 references to FaultImportOptions
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractImporter.cs (3)
33readonly FaultImportOptions faultImportOptions; 134if (this.importer.State.TryGetValue(typeof(FaultImportOptions), out faultImportOptions)) 135this.faultImportOptions = (FaultImportOptions)faultImportOptions;
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
1316FaultImportOptions faultOptions = new FaultImportOptions(); 1318importer.State.Add(typeof(System.ServiceModel.FaultImportOptions), faultOptions);