15 references to Insert
System.Private.Xml (15)
System\Xml\Schema\BaseProcessor.cs (5)
79
table.
Insert
(qname, item);
102
table.
Insert
(qname, item);
164
table.
Insert
(attGroup.QualifiedName, attGroup); //Update with redefined entry
183
table.
Insert
(group.QualifiedName, group); //Update with redefined entry
202
table.
Insert
(schemaType.QualifiedName, schemaType); //Update with redefined entry
System\Xml\Schema\Preprocessor.cs (4)
863
schemaToUpdate.Groups.
Insert
(group.QualifiedName, group);
888
schemaToUpdate.AttributeGroups.
Insert
(attributeGroup.QualifiedName, attributeGroup);
913
schemaToUpdate.SchemaTypes.
Insert
(complexType.QualifiedName, complexType);
942
schemaToUpdate.SchemaTypes.
Insert
(simpleType.QualifiedName, simpleType);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
197
_schema!.SchemaTypes.
Insert
(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
698
redefine.Schema!.Groups.
Insert
((XmlQualifiedName)entry.Key!, (XmlSchemaObject)entry.Value!);
703
redefine.Schema!.AttributeGroups.
Insert
((XmlQualifiedName)entry.Key!, (XmlSchemaObject)entry.Value!);
708
redefine.Schema!.SchemaTypes.
Insert
((XmlQualifiedName)entry.Key!, (XmlSchemaObject)entry.Value!);
System\Xml\Schema\SchemaSetCompiler.cs (1)
191
_schemaTypes.
Insert
(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);
System\Xml\Schema\XmlSchemaSet.cs (1)
1417
table.
Insert
(qname, item);