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