6 references to Add
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (6)
247schema = Add(targetNamespace, ParseSchema(targetNamespace, reader)); 285schema = Add(targetNamespace, ParseSchema(targetNamespace, schemaDocument)); 346currentSchema = Add(schema.TargetNamespace, schema); 388return Add(schema.TargetNamespace, schema); 825Add(targetNamespace, schema!); 1256schema = Add(targetNamespace, schema);