57 references to Add
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
1685sSet.Add(s);
fx\src\data\System\Data\DataTable.cs (1)
5675sSet.Add(s);
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1269schemaSet.Add(schema);
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3371set.Add(xmlSchema);
System.Data.Services.Design (2)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
325serviceMapSchemaSet.Add(serviceMapSchema);
System\Data\EntityModel\EntityClassGenerator.cs (1)
270result2.Add(s);
System.Runtime.Serialization (5)
System\Runtime\Serialization\SchemaExporter.cs (2)
81Schemas.Add(schema); 798schemas.Add(datasetSchema);
System\Runtime\Serialization\SchemaHelper.cs (1)
154schemas.Add(schema);
System\Runtime\Serialization\SchemaImporter.cs (2)
57schemaSet.Add(schema); 148schemaSet.Add(xsdSchema);
System.ServiceModel (24)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
264schemas.Add(schema);
System\ServiceModel\Description\MessageContractExporter.cs (9)
907SchemaSet.Add(wsdl); 908SchemaSet.Add(soap); 909SchemaSet.Add(soapEncoding); 910SchemaSet.Add(fakeXsdSchema); 1309SchemaSet.Add(wsdl); 1310SchemaSet.Add(soap); 1311SchemaSet.Add(soapEncoding); 1312SchemaSet.Add(fakeXsdSchema); 1337schemaSet.Add(srcSchema);
System\ServiceModel\Description\MessageContractImporter.cs (7)
870schemaSet.Add(xsd); 879schemaSet.Add(include.Schema); 2092schemaSet.Add(wsdl); 2093schemaSet.Add(soap); 2094schemaSet.Add(soapEncoding); 2095schemaSet.Add(fakeXsdSchema); 2096schemaSet.Add(fakeXmlSchema);
System\ServiceModel\Description\SchemaHelper.cs (1)
88schemaSet.Add(schema);
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1171xsds.Add((XmlSchema)section.Metadata);
System\ServiceModel\Description\WsdlImporter.cs (1)
606xmlSchemas.Add(TryConvert<XmlSchema>(doc));
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
143schemas.Add(schema);
System\ServiceModel\EndpointAddress10.cs (1)
85xmlSchemaSet.Add(eprSchema);
System\ServiceModel\EndpointAddressAugust2004.cs (1)
84xmlSchemaSet.Add(eprSchema);
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
2019exporter.GeneratedXmlSchemas.Add(schema);
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\SchemaUtility.cs (4)
43schemaSet.Add(discoverySchema); 85schemaSet.Add(discoverySchema); 144schemaSet.Add(discoverySchema); 179schemaSet.Add(discoverySchema);
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (2)
371this.SchemaSet.Add(schema); 408this.SchemaSet.Add(schema);
System.Web.Extensions (2)
Compilation\WCFModel\DataSvcMapFileLoader.cs (1)
63_mapFileSchemaSet.Add(XmlSchema.Read(stream, null));
Compilation\WCFModel\SvcMapFileLoader.cs (1)
63_mapFileSchemaSet.Add(XmlSchema.Read(stream, null));
System.Web.Services (2)
System\Web\Services\Description\ServiceDescription.cs (2)
368readerSettings.Schemas.Add(Schema); 369readerSettings.Schemas.Add(SoapBinding.Schema);
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
835profileSettings.Schemas.Add(_schema);
System.Xml (11)
System\Xml\Schema\Inference\Infer.cs (2)
363this.schemaSet.Add(xs); 505this.schemaSet.Add(xs);
System\Xml\Schema\XmlSchemaValidator.cs (2)
315schemaSet.Add(schema); 1519localSet.Add(Preprocessor.GetBuildInSchema());
System\Xml\Serialization\SchemaImporter.cs (2)
47schemas.SchemaSet.Add(XmlSchemas.XsdSchema); 51schemas.SchemaSet.Add(XmlSchemas.XmlSchema);
System\Xml\Serialization\XmlSchemas.cs (5)
246SchemaSet.Add(schema); 619schemaSet.Add(s); 624schemaSet.Add(s); 631schemaSet.Add(XsdSchema); 637schemaSet.Add(XmlSchema);