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