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