15 instantiations of XmlSchemas
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractExporter.cs (1)
1291schemas = new XmlSchemas();
System\ServiceModel\Description\MessageContractImporter.cs (2)
1943encodedSchemas = new XmlSchemas(); 1944literalSchemas = new XmlSchemas();
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
366XmlSchemas schemas = new XmlSchemas();
System.Web.Services (10)
System\Web\Services\Description\ServiceDescription.cs (1)
1387get { if (schemas == null) schemas = new XmlSchemas(); return schemas; }
System\Web\Services\Description\ServiceDescriptionImporter.cs (6)
110XmlSchemas schemas = new XmlSchemas(); // those external to SDLs 111XmlSchemas allSchemas = new XmlSchemas(); // all schemas, incl. those inside SDLs 117XmlSchemas abstractSchemas = new XmlSchemas(); // all schemas containing abstract types 118XmlSchemas concreteSchemas = new XmlSchemas(); // all "real" xml schemas 264XmlSchemas schemas = new XmlSchemas(); 410allSchemas = new XmlSchemas();
System\Web\Services\Description\ServiceDescriptionReflector.cs (2)
31XmlSchemas schemas = new XmlSchemas(); 188schemas = new XmlSchemas();
System\Web\Services\Description\WebServicesInteroperability.cs (1)
70XmlSchemas schemas = new XmlSchemas();
System.Xml (1)
System\Xml\Serialization\SchemaImporter.cs (1)
105schemas = new XmlSchemas();
108 references to XmlSchemas
System.Data (5)
fx\src\data\System\Data\DataSet.cs (3)
3494public override string ImportSchemaType(string name, string schemaNamespace, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider) { 3509public override string ImportSchemaType(XmlSchemaType type, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider) { 3646internal string GenerateTypedDataSet(XmlSchemaElement element, XmlSchemas schemas, CodeNamespace codeNamespace, StringCollection references, CodeDomProvider codeProvider) {
fx\src\data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs (2)
71XmlSchemas schemas, 90XmlSchemas schemas,
System.ServiceModel (16)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
327WsdlNS.ServiceDescription wsdl, ContractDescription contract, Binding binding, XmlSchemas schemas)
System\ServiceModel\Description\MessageContractExporter.cs (7)
1284XmlSchemas Schemas 1289if (!exporter.State.TryGetValue(typeof(XmlSchemas), out schemas)) 1293if (!((XmlSchemas)schemas).Contains(schema.TargetNamespace)) 1294((XmlSchemas)schemas).Add(schema); 1295exporter.State.Add(typeof(XmlSchemas), schemas); 1297return (XmlSchemas)schemas; 1322XmlSchemas schemas = this.Schemas;
System\ServiceModel\Description\MessageContractImporter.cs (8)
899static void CollectEncodedAndLiteralSchemas(WsdlNS.ServiceDescriptionCollection serviceDescriptions, XmlSchemas encodedSchemas, XmlSchemas literalSchemas, XmlSchemaSet allSchemas) 957foreach (XmlSchemas schemas in new XmlSchemas[] { encodedSchemas, literalSchemas }) 1017static void AddSoapEncodingSchemaIfNeeded(XmlSchemas schemas) 1053static void AddSchema(XmlSchema schema, bool isEncoded, bool isLiteral, XmlSchemas encodedSchemas, XmlSchemas literalSchemas, Hashtable references) 1919XmlSchemas literalSchemas, encodedSchemas;
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
366XmlSchemas schemas = new XmlSchemas();
System.Web.Services (37)
System\Web\Services\Description\ProtocolImporter.cs (3)
70public XmlSchemas Schemas { 78public XmlSchemas AbstractSchemas { 86public XmlSchemas ConcreteSchemas {
System\Web\Services\Description\ProtocolReflector.cs (1)
78public XmlSchemas Schemas {
System\Web\Services\Description\SchemaCompiler.cs (2)
25internal static StringCollection Compile(XmlSchemas schemas) { 46static void AddImports(XmlSchemas schemas) {
System\Web\Services\Description\ServiceDescription.cs (2)
1364XmlSchemas schemas; 1386public XmlSchemas Schemas {
System\Web\Services\Description\ServiceDescriptionImporter.cs (14)
110XmlSchemas schemas = new XmlSchemas(); // those external to SDLs 111XmlSchemas allSchemas = new XmlSchemas(); // all schemas, incl. those inside SDLs 117XmlSchemas abstractSchemas = new XmlSchemas(); // all schemas containing abstract types 118XmlSchemas concreteSchemas = new XmlSchemas(); // all "real" xml schemas 149public XmlSchemas Schemas { 217internal XmlSchemas AllSchemas { 221internal XmlSchemas AbstractSchemas { 225internal XmlSchemas ConcreteSchemas { 264XmlSchemas schemas = new XmlSchemas(); 308internal static void AddDocument(string path, object document, XmlSchemas schemas, ServiceDescriptionCollection descriptions, StringCollection warnings) { 468foreach (XmlSchemas xmlschemas in new XmlSchemas[] { abstractSchemas, concreteSchemas }) { 535private static void AddSchema(XmlSchema schema, bool isEncoded, bool isLiteral, XmlSchemas abstractSchemas, XmlSchemas concreteSchemas, Hashtable references) {
System\Web\Services\Description\ServiceDescriptionReflector.cs (5)
31XmlSchemas schemas = new XmlSchemas(); 33XmlSchemas schemasWithPost; 59public XmlSchemas Schemas { 67internal XmlSchemas SchemasWithPost { 210if (XmlSchemas.IsDataSet(schema)) {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
1787global::System.Xml.Serialization.XmlSchemas a = (global::System.Xml.Serialization.XmlSchemas)o.@Schemas; 6759global::System.Xml.Serialization.XmlSchemas a_4 = (global::System.Xml.Serialization.XmlSchemas)o.@Schemas;
System\Web\Services\Description\WebServicesInteroperability.cs (1)
70XmlSchemas schemas = new XmlSchemas();
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (2)
61XmlSchemas schemas = reflector.Schemas; 142void AddSchemaImports(XmlSchemas schemas, string uri, ServiceDescriptionCollection descriptions) {
System\Web\Services\Protocols\DocumentationServerProtocol.cs (3)
28XmlSchemas schemas, schemasWithPost; 70internal XmlSchemas Schemas { 82internal XmlSchemas SchemasWithPost {
System.Xml (49)
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (3)
25public virtual string ImportSchemaType(string name, string ns, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, 31public virtual string ImportSchemaType(XmlSchemaType type, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, 37public virtual string ImportAnyElement(XmlSchemaAny any, bool mixed, XmlSchemas schemas, XmlSchemaImporter importer,
System\Xml\Serialization\ImportContext.cs (4)
126internal XmlSchemaObject AddItem(XmlSchemaObject item, XmlQualifiedName qname, XmlSchemas schemas) { 200internal void GenerateSchemaGraph(XmlSchemas schemas) { 233XmlSchemas schemas; 237internal SchemaGraph(Hashtable scope, XmlSchemas schemas) {
System\Xml\Serialization\Mappings.cs (1)
1084XmlSchemas.Preprocess(Schema);
System\Xml\Serialization\SchemaImporter.cs (7)
33XmlSchemas schemas; 44internal SchemaImporter(XmlSchemas schemas, CodeGenerationOptions options, CodeDomProvider codeProvider, ImportContext context) { 46schemas.AddReference(XmlSchemas.XsdSchema); 47schemas.SchemaSet.Add(XmlSchemas.XsdSchema); 50schemas.AddReference(XmlSchemas.XmlSchema); 51schemas.SchemaSet.Add(XmlSchemas.XmlSchema); 102internal XmlSchemas Schemas {
System\Xml\Serialization\SoapSchemaExporter.cs (2)
21XmlSchemas schemas; 34public SoapSchemaExporter(XmlSchemas schemas) {
System\Xml\Serialization\SoapSchemaImporter.cs (14)
30public SoapSchemaImporter(XmlSchemas schemas) : base(schemas, CodeGenerationOptions.GenerateProperties, null, new ImportContext()) {} 36public SoapSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers) : base(schemas, CodeGenerationOptions.GenerateProperties, null, new ImportContext(typeIdentifiers, false)) {} 42public SoapSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers, CodeGenerationOptions options) : base(schemas, options, null, new ImportContext(typeIdentifiers, false)) {} 48public SoapSchemaImporter(XmlSchemas schemas, CodeGenerationOptions options, ImportContext context) : base(schemas, options, null, context){} 54public SoapSchemaImporter(XmlSchemas schemas, CodeGenerationOptions options, CodeDomProvider codeProvider, ImportContext context) : base(schemas, options, codeProvider, context){} 166XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 186XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 198XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 202XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 215if (XmlSchemas.IsDataSet(schema)) continue; 216XmlSchemas.Preprocess(schema); 273XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 352XmlQualifiedName parentType = XmlSchemas.GetParentName(group); 360XmlQualifiedName parentType = XmlSchemas.GetParentName(particle);
System\Xml\Serialization\XmlSchemaExporter.cs (2)
26XmlSchemas schemas; 38public XmlSchemaExporter(XmlSchemas schemas) {
System\Xml\Serialization\XmlSchemaImporter.cs (10)
39public XmlSchemaImporter(XmlSchemas schemas) : base(schemas, CodeGenerationOptions.GenerateProperties, null, new ImportContext()) {} 45public XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers) : base(schemas, CodeGenerationOptions.GenerateProperties, null, new ImportContext(typeIdentifiers, false)) {} 51public XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers, CodeGenerationOptions options) : base(schemas, options, null, new ImportContext(typeIdentifiers, false)) {} 57public XmlSchemaImporter(XmlSchemas schemas, CodeGenerationOptions options, ImportContext context) : base(schemas, options, null, context){} 63public XmlSchemaImporter(XmlSchemas schemas, CodeGenerationOptions options, CodeDomProvider codeProvider, ImportContext context) : base(schemas, options, codeProvider, context){ 301XmlQualifiedName parentType = XmlSchemas.GetParentName(element); 450if (XmlSchemas.IsDataSet(schema)) continue; 451XmlSchemas.Preprocess(schema); 1812XmlSchemas.Preprocess(schema); 1869XmlSchemas.Preprocess(schema);
System\Xml\Serialization\XmlSchemas.cs (6)
145public void Add(XmlSchemas schemas) { 518XmlQualifiedName parentName = XmlSchemas.GetParentName(o); 535XmlQualifiedName parentName = XmlSchemas.GetParentName(o); 545XmlQualifiedName parentName = XmlSchemas.GetParentName(o); 758private XmlSchemas list; 761public XmlSchemaEnumerator(XmlSchemas list) {