4 writes to ImportXmlType
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractImporter.cs (3)
1765
DataContractImporter.Options.
ImportXmlType
= value;
1770
DataContractImporter.Options.
ImportXmlType
= value;
1782
DataContractImporter.Options.
ImportXmlType
= !DataContractImporter.Options.ImportXmlType;
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
786
options.
ImportXmlType
= proxyOptions.ImportXmlTypes;
3 references to ImportXmlType
System.Runtime.Serialization (1)
System\Runtime\Serialization\XsdDataContractImporter.cs (1)
282
return this.Options == null ? false : this.Options.
ImportXmlType
;
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractImporter.cs (2)
1768
if (DataContractImporter.Options.
ImportXmlType
!= value)
1782
DataContractImporter.Options.ImportXmlType = !DataContractImporter.Options.
ImportXmlType
;