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)
1827
XmlSchemaSet 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)
838
XmlSchemaSet schemaSet = new
XmlSchemaSet
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
550
XmlSchemaSet schemaSet = new
XmlSchemaSet
();