41 references to AddToTable
System.Xml (41)
System\Xml\Schema\Preprocessor.cs (17)
642AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 647AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 652AddToTable(schema.SchemaTypes, complexType.QualifiedName, complexType); 657AddToTable(schema.SchemaTypes, simpleType.QualifiedName, simpleType); 662AddToTable(schema.Elements, element.QualifiedName, element); 667AddToTable(schema.Groups, group.QualifiedName, group); 672AddToTable(schema.Notations, notation.QualifiedName, notation); 690AddToTable(schema.Elements, element.QualifiedName, element); 694AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 698AddToTable(schema.Groups, group.QualifiedName, group); 702AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 706AddToTable(schema.SchemaTypes, type.QualifiedName, type); 710AddToTable(schema.Notations, notation.QualifiedName, notation); 744AddToTable(redefine.Groups, group.QualifiedName, group); 765AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 786AddToTable(redefine.SchemaTypes, complexType.QualifiedName, complexType); 810AddToTable(redefine.SchemaTypes, simpleType.QualifiedName, simpleType);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (17)
417AddToTable(schema.Elements, element.QualifiedName, element); 420AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 423AddToTable(schema.Groups, group.QualifiedName, group); 426AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 429AddToTable(schema.SchemaTypes, type.QualifiedName, type); 432AddToTable(schema.Notations, notation.QualifiedName, notation); 444AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 449AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 454AddToTable(schema.SchemaTypes, complexType.QualifiedName, complexType); 459AddToTable(schema.SchemaTypes, simpleType.QualifiedName, simpleType); 464AddToTable(schema.Elements, element.QualifiedName, element); 469AddToTable(schema.Groups, group.QualifiedName, group); 474AddToTable(schema.Notations, notation.QualifiedName, notation); 498AddToTable(redefine.Groups, group.QualifiedName, group); 515AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 532AddToTable(redefine.SchemaTypes, complexType.QualifiedName, complexType); 555AddToTable(redefine.SchemaTypes, simpleType.QualifiedName, simpleType);
System\Xml\Schema\SchemaSetCompiler.cs (7)
57AddToTable(elements, element.QualifiedName, element); 63AddToTable(attributes, attribute.QualifiedName, attribute); 69AddToTable(groups, group.QualifiedName, group); 75AddToTable(attributeGroups, attributeGroup.QualifiedName, attributeGroup); 87AddToTable(schemaTypes, type.QualifiedName, type); 90AddToTable(notations, notation.QualifiedName, notation); 93AddToTable(identityConstraints, ic.QualifiedName, ic);