25 references to XmlSchemaObjectCollection
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
684_annotations = new XmlSchemaObjectCollection(); 685_elements = new XmlSchemaObjectCollection(); 886XmlSchemaObjectCollection Items = new XmlSchemaObjectCollection();
System.Private.Xml (22)
System\Xml\Schema\Inference\Infer.cs (2)
1037XmlSchemaObjectCollection minOccursCandidates = new XmlSchemaObjectCollection(); //elements that are skipped in the sequence and need minOccurs modified. 1199XmlSchemaObjectCollection attributesSeen = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchema.cs (2)
27private XmlSchemaObjectCollection _includes = new XmlSchemaObjectCollection(); 28private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAll.cs (1)
11private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
12private readonly XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
12private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaChoice.cs (1)
11private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
12private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
12private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexType.cs (1)
192_attributes ??= new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaElement.cs (1)
149_constraints ??= new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
14private readonly XmlSchemaObjectCollection _fields = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
90XmlSchemaObjectCollection coll = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaRedefine.cs (1)
10private readonly XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSequence.cs (1)
10private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
10private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (2)
12private readonly XmlSchemaObjectCollection _facets = new XmlSchemaObjectCollection(); 13private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
13private readonly XmlSchemaObjectCollection _facets = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
10private readonly XmlSchemaObjectCollection _baseTypes = new XmlSchemaObjectCollection();
System\Xml\Serialization\XmlSchemaImporter.cs (1)
629internal XmlSchemaObjectCollection Attributes = new XmlSchemaObjectCollection();