15 references to Insert
System.Xml (15)
System\Xml\Schema\BaseProcessor.cs (5)
76table.Insert(qname, item); 94table.Insert(qname, item); 142table.Insert(attGroup.QualifiedName, attGroup); //Update with redefined entry 157table.Insert(group.QualifiedName, group); //Update with redefined entry 172table.Insert(schemaType.QualifiedName, schemaType); //Update with redefined entry
System\Xml\Schema\Preprocessor.cs (4)
752schemaToUpdate.Groups.Insert(group.QualifiedName, group); 773schemaToUpdate.AttributeGroups.Insert(attributeGroup.QualifiedName, attributeGroup); 794schemaToUpdate.SchemaTypes.Insert(complexType.QualifiedName, complexType); 818schemaToUpdate.SchemaTypes.Insert(simpleType.QualifiedName, simpleType);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
160this.schema.SchemaTypes.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
574redefine.Schema.Groups.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value); 577redefine.Schema.AttributeGroups.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value); 580redefine.Schema.SchemaTypes.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value);
System\Xml\Schema\SchemaSetCompiler.cs (1)
152schemaTypes.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);
System\Xml\Schema\XmlSchemaSet.cs (1)
1319table.Insert(qname, item);