41 references to AddToTable
System.Private.Xml (41)
System\Xml\Schema\Preprocessor.cs (17)
735AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 740AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 745AddToTable(schema.SchemaTypes, complexType.QualifiedName, complexType); 750AddToTable(schema.SchemaTypes, simpleType.QualifiedName, simpleType); 755AddToTable(schema.Elements, element.QualifiedName, element); 760AddToTable(schema.Groups, group.QualifiedName, group); 765AddToTable(schema.Notations, notation.QualifiedName, notation); 788AddToTable(schema.Elements, element!.QualifiedName, element); 793AddToTable(schema.Attributes, attribute!.QualifiedName, attribute); 798AddToTable(schema.Groups, group!.QualifiedName, group); 803AddToTable(schema.AttributeGroups, attributeGroup!.QualifiedName, attributeGroup); 808AddToTable(schema.SchemaTypes, type!.QualifiedName, type); 813AddToTable(schema.Notations, notation!.QualifiedName, notation); 853AddToTable(redefine.Groups, group.QualifiedName, group); 878AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 903AddToTable(redefine.SchemaTypes, complexType.QualifiedName, complexType); 932AddToTable(redefine.SchemaTypes, simpleType.QualifiedName, simpleType);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (17)
500AddToTable(schema.Elements, element!.QualifiedName, element); 505AddToTable(schema.Attributes, attribute!.QualifiedName, attribute); 510AddToTable(schema.Groups, group!.QualifiedName, group); 515AddToTable(schema.AttributeGroups, attributeGroup!.QualifiedName, attributeGroup); 520AddToTable(schema.SchemaTypes, type!.QualifiedName, type); 525AddToTable(schema.Notations, notation!.QualifiedName, notation); 539AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 544AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 549AddToTable(schema.SchemaTypes, complexType.QualifiedName, complexType); 554AddToTable(schema.SchemaTypes, simpleType.QualifiedName, simpleType); 559AddToTable(schema.Elements, element.QualifiedName, element); 564AddToTable(schema.Groups, group.QualifiedName, group); 569AddToTable(schema.Notations, notation.QualifiedName, notation); 600AddToTable(redefine.Groups, group.QualifiedName, group); 621AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 642AddToTable(redefine.SchemaTypes, complexType.QualifiedName, complexType); 671AddToTable(redefine.SchemaTypes, simpleType.QualifiedName, simpleType);
System\Xml\Schema\SchemaSetCompiler.cs (7)
64AddToTable(_elements, element!.QualifiedName, element); 74AddToTable(_attributes, attribute!.QualifiedName, attribute); 84AddToTable(_groups, group!.QualifiedName, group); 94AddToTable(_attributeGroups, attributeGroup!.QualifiedName, attributeGroup); 112AddToTable(_schemaTypes, type!.QualifiedName, type); 117AddToTable(_notations, notation!.QualifiedName, notation); 122AddToTable(_identityConstraints, ic!.QualifiedName, ic);