6 references to Add
System.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (6)
301schema = Add(targetNamespace, ParseSchema(targetNamespace, reader)); // 335schema = Add(targetNamespace, ParseSchema(targetNamespace, schemaDocument)); 390currentSchema = Add(schema.TargetNamespace, schema); 424return Add(schema.TargetNamespace, schema); 843Add(targetNamespace, schema); 1196schema = Add(targetNamespace, schema);