11 references to Schemas
System.Private.Xml (11)
System\Xml\Schema\Inference\Infer.cs (3)
349
ArrayList? col = _schemaSet!.
Schemas
(childURI) as ArrayList;
524
ArrayList? col = _schemaSet.
Schemas
(childURI) as ArrayList;
1330
ICollection col = _schemaSet!.
Schemas
(namespaceURI);
System\Xml\Schema\XmlSchemaSet.cs (2)
603
if (
Schemas
(tns).Count == 0)
1045
if (
Schemas
(tns).Count == 0)
System\Xml\Serialization\Mappings.cs (1)
1319
ArrayList srcSchemas = (ArrayList)_schemas.
Schemas
(_xsiType.Namespace);
System\Xml\Serialization\XmlReflectionImporter.cs (1)
590
ArrayList srcSchemas = (ArrayList)schemas.
Schemas
(baseQname.Namespace);
System\Xml\Serialization\XmlSchemas.cs (4)
43
IList values = (IList)SchemaSet.
Schemas
(ns);
55
return (IList)SchemaSet.
Schemas
(ns);
222
IList values = (IList)SchemaSet.
Schemas
(name.Namespace);
327
IList originals = (IList)SchemaSet.
Schemas
(schema.TargetNamespace);