FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (7)
64AddToTable(_elements, element.QualifiedName, element);
72AddToTable(_attributes, attribute.QualifiedName, attribute);
80AddToTable(_groups, group.QualifiedName, group);
88AddToTable(_attributeGroups, attributeGroup.QualifiedName, attributeGroup);
104AddToTable(_schemaTypes, type.QualifiedName, type);
108AddToTable(_notations, notation.QualifiedName, notation);
112AddToTable(_identityConstraints, ic.QualifiedName, ic);