144 references to Add
System.Data.Common (7)
System\Data\DataSet.cs (2)
3499sequence.Items.Add(any); 3505sequence.Items.Add(any);
System\Data\DataTable.cs (2)
6696sequence.Items.Add(any); 6702sequence.Items.Add(any);
System\Data\XMLSchema.cs (3)
187_annotations!.Add((XmlSchemaAnnotation)item); 191_elements!.Add(elem); 887Items.Add(pt);
System.Private.DataContractSerialization (25)
System\Runtime\Serialization\SchemaExporter.cs (23)
113schema.Items.Add(topLevelElement); 123schema.Items.Add(type); 152rootSequence.Items.Add(element); 180attributes.Add(IdAttribute); 181attributes.Add(RefAttribute); 365schema.Items.Add(type); 393keyValueSequence.Items.Add(keyValueElement); 406rootSequence.Items.Add(element); 429schema.Items.Add(type); 442restriction.Facets.Add(facet); 468schema.Items.Add(type); 483type.Attributes.Add(iSerializableFactoryTypeAttribute); 717schema.Items.Add(defaultXmlType); 730((XmlSchemaSequence)anyType.Particle).Items.Add(any); 743((XmlSchemaSequence)anyElementType.Particle).Items.Add(any); 780((XmlSchemaSequence)type.Particle).Items.Add(schemaRefElement); 782((XmlSchemaSequence)type.Particle).Items.Add(any); 784schema.Items.Add(type); 795((XmlSchemaSequence)type.Particle).Items.Add(any); 798schema.Items.Add(type); 809annotation.Items.Add(appInfo); 829annotation.Items.Add(appInfo); 854iSerializableSequence.Items.Add(ISerializableWildcardElement);
System\Runtime\Serialization\SchemaHelper.cs (1)
171schema.Includes.Add(import);
System\Runtime\Serialization\SchemaImporter.cs (1)
145xsdSchema.Items.Add(element);
System.Private.Xml (112)
System\Xml\Schema\Inference\Infer.cs (17)
318addLocation.Add(attributeReference); 378addLocation.Add(attributeReference); 390xs.Items.Add(xsa); 424addLocation.Add(xsa); 473parentSchema.Includes.Add(import); 531xs!.Items.Add(xse); 543xs.Items.Add(xse); //add global element declaration only when creating new schema 574parentSchema.Includes.Add(import); 588addLocation.Add(xse); 605addLocation.Add(elementReference); 1112minOccursCandidates.Add(el); 1147minOccursCandidates.Add(el); 1177xsc.Items.Add(CreateNewElementforChoice((XmlSchemaElement)xss.Items[i])); 1180xss.Items.Add(xsc); 1266attributesSeen.Add(xsa); 1286ct.Attributes.Add(scExtension.Attributes[i]); 1306simpleContentExtension.Attributes.Add(attr!);
System\Xml\Schema\Preprocessor.cs (9)
432tempSchema.Items.Add(lang); 437tempSchema.Items.Add(xmlbase); 446r.Facets.Add(space_default); 449r.Facets.Add(space_preserve); 453tempSchema.Items.Add(space); 459attributeGroup.Attributes.Add(langRef); 462attributeGroup.Attributes.Add(spaceRef); 465attributeGroup.Attributes.Add(baseRef); 466tempSchema.Items.Add(attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (12)
465substitutionGroup.Choice.Items.Add(g.Choice.Items[j]); 470substitutionGroup.Choice.Items.Add(element); 473substitutionGroup.Choice.Items.Add(examplar); 964compiledParticle.Items.Add(baseParticle); 965compiledParticle.Items.Add(extendedParticle); 1178groupRefBase.Items.Add((XmlSchemaParticle)groupBase.Items[i]); 1199newAll.Items.Add(p); 1213newSequence.Items.Add((XmlSchemaParticle)all.Items[0]); 1249newChoice.Items.Add(particleChoice.Items[j]); 1254newChoice.Items.Add(p1); 1295newSequence.Items.Add(particleSequence.Items[j]); 1300newSequence.Items.Add(p1);
System\Xml\Schema\SchemaSetCompiler.cs (12)
1040compiledParticle.Items.Add(baseParticle); 1041compiledParticle.Items.Add(extendedParticle); 1245choice.Items.Add((XmlSchemaElement)substitutionGroup.Members[i]!); 1323groupRefBase.Items.Add(groupBase.Items[i]); 1343newAll.Items.Add(p); 1382newChoice.Items.Add(p1Choice.Items[j]); 1387newChoice.Items.Add(p1); 1429newSequence.Items.Add(p1Sequence.Items[j]); 1434newSequence.Items.Add(p1); 1792virtualSeq.Items.Add(derivedElement); 1804virtualChoice.Items.Add(derivedElement); 1816virtualAll.Items.Add(derivedElement);
System\Xml\Schema\XmlSchema.cs (3)
484that.Items.Add(newItem); 491that.Includes.Add(newInclude); 518_items.Add(annotation);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
66seq.Items.Add(anyElement);
System\Xml\Schema\XmlSchemaRedefine.cs (1)
50_items.Add(annotation);
System\Xml\Schema\XsdBuilder.cs (31)
1172builder._schema.Includes.Add(builder._include); 1196builder._schema.Includes.Add(builder._import); 1223builder._schema.Includes.Add(builder._redefine); 1253builder._schema.Items.Add(builder._attribute); 1321builder._schema.Items.Add(builder._element); 1324builder._all!.Items.Add(builder._element); 1327builder._choice!.Items.Add(builder._element); 1330builder._sequence!.Items.Add(builder._element); 1418builder._schema.Items.Add(builder._simpleType); 1421builder._redefine!.Items.Add(builder._simpleType); 1472builder._simpleTypeUnion!.BaseTypes.Add(builder._simpleType); 1588builder._schema.Items.Add(builder._complexType); 1591builder._redefine!.Items.Add(builder._complexType); 1782builder._schema.Items.Add(builder._attributeGroup); 1785builder._redefine!.Items.Add(builder._attributeGroup); 1902builder._schema.Items.Add(builder._group); 1905builder._redefine!.Items.Add(builder._group); 2032builder._schema.Items.Add(builder._notation); 2105builder._simpleTypeRestriction!.Facets.Add(builder._facet!); 2113builder._simpleContentRestriction.Facets.Add(builder._facet!); 2169builder._element.Constraints.Add(builder._identityConstraint!); 2231builder._identityConstraint.Fields.Add(builder._xpath); 2269builder._annotation!.Items.Add(builder._appInfo); 2293builder._annotation!.Items.Add(builder._documentation); 2338_complexType.Attributes.Add(value); 2345_simpleContentRestriction.Attributes.Add(value); 2352_simpleContentExtension.Attributes.Add(value); 2359_complexContentExtension.Attributes.Add(value); 2366_complexContentRestriction.Attributes.Add(value); 2373_attributeGroup.Attributes.Add(value); 2422((XmlSchemaGroupBase)this.ParentContainer).Items.Add(particle);
System\Xml\Serialization\Types.cs (1)
647restriction.Facets.Add(facet);
System\Xml\Serialization\XmlSchemaExporter.cs (18)
160seq.Items.Add(any); 206seq.Items.Add(any); 296schema.Items.Add(item); 310schema.Includes.Add(import); 428seq.Items.Add(any); 464seq.Items.Add(any); 500seq.Items.Add(any); 527seq.Items.Add(schemaElement); 528seq.Items.Add(new XmlSchemaAny()); 663if (choice.Items.Count > 0) group.Items.Add(choice); 697attributes.Add(attribute); 743attributes.Add(attribute); 758attributes.Add(refAttribute); 810group.Items.Add(any); 853group.Items.Add(refElement); 858group.Items.Add(element); 1163restriction.Facets.Add(enumeration); 1195annotation.Items.Add(appinfo);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
159seq.Items.Add(element); 234seq.Items.Add(element); 1100choice.Items.Add(elements[i]); 1102choice.Items.Add(element);
System\Xml\Serialization\XmlSchemas.cs (3)
357s.Includes.Add(import); 430destination.Items.Add(schema.Items[i]); 742schema.Items.Add(element);