7 references to XmlSchemaSet
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (1)
370_schemas = new XmlSchemaSet();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1827XmlSchemaSet localSet = new XmlSchemaSet(); //Avoiding cost of incremental compilation checks by compiling schema in a seperate set and adding compiled set
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1346_schemas = new XmlSchemaSet();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
114_schemaSet = new XmlSchemaSet(); 742_schemaSet = new XmlSchemaSet();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
838XmlSchemaSet schemaSet = new XmlSchemaSet();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
550XmlSchemaSet schemaSet = new XmlSchemaSet();