10 references to Add
System.Xml (10)
System\Xml\Schema\XdrBuilder.cs (1)
511_SchemaInfo.Add(schemaInfo, validationEventHandler);
System\Xml\Schema\XdrValidator.cs (3)
115schemaInfo.Add(xdrSchema, EventHandler); 304schemaInfo.Add(xdrSchema, EventHandler); 326this.schemaInfo.Add(schemaInfo, EventHandler);
System\Xml\Schema\XmlSchemaSet.cs (3)
569newCompiledInfo.Add(cachedCompiledInfo, eventHandler); //Add all the items from the old to the new compiled object 1117newCompiledInfo.Add(cachedCompiledInfo, eventHandler); //Add all the items from the old to the new compiled object 1118newCompiledInfo.Add(otherSet.CompiledInfo,eventHandler); //
System\Xml\Schema\XsdValidator.cs (3)
141SchemaInfo.Add(inlineSchemaInfo, EventHandler); 500SchemaInfo.Add(schemaInfo, EventHandler); 536SchemaInfo.Add(schemaInfo, EventHandler);