10 references to Add
System.Private.Xml (10)
System\Xml\Schema\XdrBuilder.cs (1)
543
_SchemaInfo.
Add
(schemaInfo, _validationEventHandler);
System\Xml\Schema\XdrValidator.cs (3)
137
schemaInfo.
Add
(xdrSchema, EventHandler);
368
schemaInfo!.
Add
(xdrSchema, EventHandler);
395
this.schemaInfo.
Add
(schemaInfo, EventHandler);
System\Xml\Schema\XmlSchemaSet.cs (3)
543
newCompiledInfo.
Add
(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object
1156
newCompiledInfo.
Add
(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object
1157
newCompiledInfo.
Add
(otherSet.CompiledInfo, _eventHandler);
System\Xml\Schema\XsdValidator.cs (3)
158
SchemaInfo.
Add
(inlineSchemaInfo, EventHandler);
597
SchemaInfo!.
Add
(schemaInfo, EventHandler);
637
SchemaInfo.
Add
(schemaInfo, EventHandler);