41 references to AddToTable
dotnet-svcutil-lib (41)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (17)
762AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 768AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 774AddToTable(schema.SchemaTypes, complexType.QualifiedName, complexType); 780AddToTable(schema.SchemaTypes, simpleType.QualifiedName, simpleType); 786AddToTable(schema.Elements, element.QualifiedName, element); 792AddToTable(schema.Groups, group.QualifiedName, group); 798AddToTable(schema.Notations, notation.QualifiedName, notation); 821AddToTable(schema.Elements, element.QualifiedName, element); 826AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 831AddToTable(schema.Groups, group.QualifiedName, group); 836AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 841AddToTable(schema.SchemaTypes, type.QualifiedName, type); 846AddToTable(schema.Notations, notation.QualifiedName, notation); 886AddToTable(redefine.Groups, group.QualifiedName, group); 912AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 938AddToTable(redefine.SchemaTypes, complexType.QualifiedName, complexType); 968AddToTable(redefine.SchemaTypes, simpleType.QualifiedName, simpleType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (17)
509AddToTable(schema.Elements, element.QualifiedName, element); 513AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 517AddToTable(schema.Groups, group.QualifiedName, group); 521AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 525AddToTable(schema.SchemaTypes, type.QualifiedName, type); 529AddToTable(schema.Notations, notation.QualifiedName, notation); 543AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 549AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 555AddToTable(schema.SchemaTypes, complexType.QualifiedName, complexType); 561AddToTable(schema.SchemaTypes, simpleType.QualifiedName, simpleType); 567AddToTable(schema.Elements, element.QualifiedName, element); 573AddToTable(schema.Groups, group.QualifiedName, group); 579AddToTable(schema.Notations, notation.QualifiedName, notation); 610AddToTable(redefine.Groups, group.QualifiedName, group); 632AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 654AddToTable(redefine.SchemaTypes, complexType.QualifiedName, complexType); 684AddToTable(redefine.SchemaTypes, simpleType.QualifiedName, simpleType);
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);