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);