25 references to XmlSchemaObjectCollection
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
593annotations = new XmlSchemaObjectCollection(); 594elements = new XmlSchemaObjectCollection(); 758XmlSchemaObjectCollection Items = new XmlSchemaObjectCollection();
System.Xml (22)
System\Xml\Schema\Inference\Infer.cs (2)
1051XmlSchemaObjectCollection minOccursCandidates = new XmlSchemaObjectCollection(); //elements that are skipped in the sequence and need minOccurs modified. 1213XmlSchemaObjectCollection attributesSeen = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchema.cs (2)
48XmlSchemaObjectCollection includes = new XmlSchemaObjectCollection(); 49XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAll.cs (1)
18XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
19XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
19XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaChoice.cs (1)
18XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
19XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
19XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexType.cs (1)
207attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaElement.cs (1)
191constraints = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
21XmlSchemaObjectCollection fields = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
143XmlSchemaObjectCollection coll = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaRedefine.cs (1)
17XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSequence.cs (1)
17XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
17XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (2)
19XmlSchemaObjectCollection facets = new XmlSchemaObjectCollection(); 20XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
20XmlSchemaObjectCollection facets = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
17XmlSchemaObjectCollection baseTypes = new XmlSchemaObjectCollection();
System\Xml\Serialization\XmlSchemaImporter.cs (1)
643internal XmlSchemaObjectCollection Attributes = new XmlSchemaObjectCollection();