4 references to Add
System.Private.Xml (4)
System\Xml\Schema\XdrValidator.cs (2)
138
SchemaCollection!.
Add
(inlineNS, xdrSchema, null, false);
369
SchemaCollection!.
Add
(uri, xdrSchema, null, false);
System\Xml\Schema\XsdValidator.cs (2)
155
if (SchemaCollection!.
Add
(inlineNS, inlineSchemaInfo, schema, true) != null)
594
SchemaCollection.
Add
(uri, schemaInfo, parser.XmlSchema, true);