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