4 references to Add
System.Xml (4)
System\Xml\Schema\XdrValidator.cs (2)
116
SchemaCollection.
Add
(inlineNS, xdrSchema, null, false);
305
SchemaCollection.
Add
(uri, xdrSchema, null, false);
System\Xml\Schema\XsdValidator.cs (2)
139
if (SchemaCollection.
Add
(inlineNS, inlineSchemaInfo, schema, true) != null) { //If no errors on compile
497
SchemaCollection.
Add
(uri, schemaInfo, parser.XmlSchema, true);