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