21 references to XmlSchemaSet
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
1670
XmlSchemaSet sSet = new
XmlSchemaSet
();
fx\src\data\System\Data\DataTable.cs (1)
5672
XmlSchemaSet sSet = new
XmlSchemaSet
();
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1239
XmlSchemaSet schemaSet = new
XmlSchemaSet
();
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3356
XmlSchemaSet set = new
XmlSchemaSet
();
System.Data.Services.Design (3)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
324
serviceMapSchemaSet = new
XmlSchemaSet
();
System\Data\EntityModel\EntityClassGenerator.cs (2)
254
XmlSchemaSet result = new
XmlSchemaSet
();
267
XmlSchemaSet result2 = new
XmlSchemaSet
();
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
601
XmlSchemaSet schemas = new
XmlSchemaSet
();
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
53
schemas = new
XmlSchemaSet
();
System.ServiceModel (4)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
262
XmlSchemaSet schemas = new
XmlSchemaSet
();
System\ServiceModel\Description\MessageContractImporter.cs (1)
850
XmlSchemaSet schemaSet = new
XmlSchemaSet
();
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1165
XmlSchemaSet xsds = new
XmlSchemaSet
();
System\ServiceModel\Description\WsdlExporter.cs (1)
550
XmlSchemaSet schemaSet = new
XmlSchemaSet
();
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
359
this.SchemaSet = new
XmlSchemaSet
();
System.Web.Extensions (2)
Compilation\WCFModel\DataSvcMapFileLoader.cs (1)
59
_mapFileSchemaSet = new
XmlSchemaSet
();
Compilation\WCFModel\SvcMapFileLoader.cs (1)
59
_mapFileSchemaSet = new
XmlSchemaSet
();
System.Xml (5)
System\Xml\Core\XmlReaderSettings.cs (1)
327
schemas = new
XmlSchemaSet
();
System\Xml\Schema\XmlSchemaValidator.cs (1)
1518
XmlSchemaSet localSet = new
XmlSchemaSet
(); //Avoiding cost of incremental compilation checks by compiling schema in a seperate set and adding compiled set
System\Xml\Serialization\Mappings.cs (1)
1131
schemas = new
XmlSchemaSet
();
System\Xml\Serialization\XmlSchemas.cs (2)
101
schemaSet = new
XmlSchemaSet
();
614
schemaSet = new
XmlSchemaSet
();