6 references to Add
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (6)
235schema = Add(targetNamespace, ParseSchema(targetNamespace, reader)); 273schema = Add(targetNamespace, ParseSchema(targetNamespace, schemaDocument)); 334currentSchema = Add(schema.TargetNamespace, schema); 376return Add(schema.TargetNamespace, schema); 813Add(targetNamespace, schema!); 1244schema = Add(targetNamespace, schema);