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