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