22 references to XmlSchemaObjectCollection
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (2)
1061XmlSchemaObjectCollection minOccursCandidates = new XmlSchemaObjectCollection(); //elements that are skipped in the sequence and need minOccurs modified. 1222XmlSchemaObjectCollection attributesSeen = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
41private XmlSchemaObjectCollection _includes = new XmlSchemaObjectCollection(); 42private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAll.cs (1)
20private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs (1)
21private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (1)
21private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaChoice.cs (1)
20private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentExtension.cs (1)
21private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentRestriction.cs (1)
21private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
232_attributes = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
211_constraints = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaIdentityConstraint.cs (1)
23private XmlSchemaObjectCollection _fields = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs (1)
164XmlSchemaObjectCollection coll = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaRedefine.cs (1)
19private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSequence.cs (1)
19private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentExtension.cs (1)
19private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (2)
21private XmlSchemaObjectCollection _facets = new XmlSchemaObjectCollection(); 22private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
22private XmlSchemaObjectCollection _facets = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeUnion.cs (1)
19private XmlSchemaObjectCollection _baseTypes = new XmlSchemaObjectCollection();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
732internal XmlSchemaObjectCollection Attributes = new XmlSchemaObjectCollection();