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)
137schemaInfo.Add(xdrSchema, EventHandler); 368schemaInfo!.Add(xdrSchema, EventHandler); 395this.schemaInfo.Add(schemaInfo, EventHandler);
System\Xml\Schema\XmlSchemaSet.cs (3)
543newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1156newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1157newCompiledInfo.Add(otherSet.CompiledInfo, _eventHandler);
System\Xml\Schema\XsdValidator.cs (3)
158SchemaInfo.Add(inlineSchemaInfo, EventHandler); 597SchemaInfo!.Add(schemaInfo, EventHandler); 637SchemaInfo.Add(schemaInfo, EventHandler);