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)
503AddToTable(schema.Elements, element!.QualifiedName, element); 508AddToTable(schema.Attributes, attribute!.QualifiedName, attribute); 513AddToTable(schema.Groups, group!.QualifiedName, group); 518AddToTable(schema.AttributeGroups, attributeGroup!.QualifiedName, attributeGroup); 523AddToTable(schema.SchemaTypes, type!.QualifiedName, type); 528AddToTable(schema.Notations, notation!.QualifiedName, notation); 542AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 547AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 552AddToTable(schema.SchemaTypes, complexType.QualifiedName, complexType); 557AddToTable(schema.SchemaTypes, simpleType.QualifiedName, simpleType); 562AddToTable(schema.Elements, element.QualifiedName, element); 567AddToTable(schema.Groups, group.QualifiedName, group); 572AddToTable(schema.Notations, notation.QualifiedName, notation); 603AddToTable(redefine.Groups, group.QualifiedName, group); 624AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 645AddToTable(redefine.SchemaTypes, complexType.QualifiedName, complexType); 674AddToTable(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);