23 references to Schemas
System.ServiceModel (7)
System\ServiceModel\Description\MessageContractImporter.cs (2)
1045
foreach (XmlSchema s in allSchemas.
Schemas
(import.Namespace))
1185
ICollection schemas = schemaSet.
Schemas
(ns);
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1225
foreach (XmlSchema targetXsd in this.xsds.
Schemas
(targetNs ?? String.Empty))
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
133
IEnumerator en = schemas.
Schemas
(XPathMessageFilter.Namespace).GetEnumerator();
System\ServiceModel\EndpointAddress10.cs (1)
83
ICollection schemas = xmlSchemaSet.
Schemas
(Addressing10Strings.Namespace);
System\ServiceModel\EndpointAddressAugust2004.cs (1)
82
ICollection schemas = xmlSchemaSet.
Schemas
(Addressing200408Strings.Namespace);
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
2045
ICollection schemas = exporter.GeneratedXmlSchemas.
Schemas
(ns);
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\SchemaUtility.cs (4)
38
ICollection discoverySchemas = schemaSet.
Schemas
(discoveryVersion.Namespace);
81
ICollection discoverySchemas = schemaSet.
Schemas
(discoveryVersion.Namespace);
139
ICollection discoverySchemas = schemaSet.
Schemas
(discoveryVersion.Namespace);
175
ICollection discoverySchemas = schemaSet.
Schemas
(discoveryVersion.Namespace);
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
431
foreach (XmlSchema schema in this.SchemaSet.
Schemas
(name.Namespace))
System.Xml (11)
System\Xml\Schema\Inference\Infer.cs (3)
369
ArrayList col = this.schemaSet.
Schemas
(childURI) as ArrayList;
540
ArrayList col = this.schemaSet.
Schemas
(childURI)as ArrayList;
1338
ICollection col = this.schemaSet.
Schemas
(namespaceURI);
System\Xml\Schema\XmlSchemaSet.cs (2)
626
if (
Schemas
(tns).Count == 0) { //This is the only schema for that namespace
1023
if (
Schemas
(tns).Count == 0) { //This is the only schema for that namespace
System\Xml\Serialization\Mappings.cs (1)
1164
ArrayList srcSchemas = (ArrayList)schemas.
Schemas
(xsiType.Namespace);
System\Xml\Serialization\XmlReflectionImporter.cs (1)
521
ArrayList srcSchemas = (ArrayList)schemas.
Schemas
(baseQname.Namespace);
System\Xml\Serialization\XmlSchemas.cs (4)
56
IList values = (IList)SchemaSet.
Schemas
(ns);
71
return (IList)SchemaSet.
Schemas
(ns);
283
IList values = (IList)SchemaSet.
Schemas
(name.Namespace);
369
IList originals = (IList)SchemaSet.
Schemas
(schema.TargetNamespace);