3 writes to ImportXmlType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (3)
1753
DataContractImporter.Options.
ImportXmlType
= value;
1758
DataContractImporter.Options.
ImportXmlType
= value;
1770
DataContractImporter.Options.
ImportXmlType
= !DataContractImporter.Options.ImportXmlType;
3 references to ImportXmlType
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XsdDataContractImporter.cs (1)
258
return this.Options == null ? false : this.Options.
ImportXmlType
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1756
if (DataContractImporter.Options.
ImportXmlType
!= value)
1770
DataContractImporter.Options.ImportXmlType = !DataContractImporter.Options.
ImportXmlType
;