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