1 write to schemaSet
System.Xml (1)
System\Xml\Schema\Inference\Infer.cs (1)
207this.schemaSet = schemas;
8 references to schemaSet
System.Xml (8)
System\Xml\Schema\Inference\Infer.cs (8)
349else if (childURI != null && !schemaSet.Contains(childURI)) 363this.schemaSet.Add(xs); 369ArrayList col = this.schemaSet.Schemas(childURI) as ArrayList; 505this.schemaSet.Add(xs); 535else if (schemaSet.Contains(childURI)) 540ArrayList col = this.schemaSet.Schemas(childURI)as ArrayList; 1021effectiveSchemaType = schemaSet.GlobalTypes[elem.SchemaTypeName] as XmlSchemaType; 1338ICollection col = this.schemaSet.Schemas(namespaceURI);