15 references to Insert
System.Private.Xml (15)
System\Xml\Schema\BaseProcessor.cs (5)
79table.Insert(qname, item); 102table.Insert(qname, item); 164table.Insert(attGroup.QualifiedName, attGroup); //Update with redefined entry 183table.Insert(group.QualifiedName, group); //Update with redefined entry 202table.Insert(schemaType.QualifiedName, schemaType); //Update with redefined entry
System\Xml\Schema\Preprocessor.cs (4)
863schemaToUpdate.Groups.Insert(group.QualifiedName, group); 888schemaToUpdate.AttributeGroups.Insert(attributeGroup.QualifiedName, attributeGroup); 913schemaToUpdate.SchemaTypes.Insert(complexType.QualifiedName, complexType); 942schemaToUpdate.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)
698redefine.Schema!.Groups.Insert((XmlQualifiedName)entry.Key!, (XmlSchemaObject)entry.Value!); 703redefine.Schema!.AttributeGroups.Insert((XmlQualifiedName)entry.Key!, (XmlSchemaObject)entry.Value!); 708redefine.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)
1417table.Insert(qname, item);