22 references to Items
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
4028
global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Items
;
10362
global::System.Xml.Schema.XmlSchemaObjectCollection a_4 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Items
;
System.Xml (20)
System\Xml\Schema\Preprocessor.cs (3)
623
for (int j = 0; j < redefine.
Items
.Count; ++j) {
624
if (!(redefine.
Items
[j] is XmlSchemaAnnotation)) {
733
XmlSchemaObjectCollection items = redefine.
Items
;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
90
for (int j = 0; j < rdef.
Items
.Count; ++j) {
91
object item = rdef.
Items
[j];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (11)
405
for (int j = 0; j < redefine.
Items
.Count; ++j) {
406
if (!(redefine.
Items
[j] is XmlSchemaAnnotation)) {
489
for (int i = 0; i < redefine.
Items
.Count; ++i) {
490
SetParent(redefine.
Items
[i], redefine);
491
XmlSchemaGroup group = redefine.
Items
[i] as XmlSchemaGroup;
508
else if (redefine.
Items
[i] is XmlSchemaAttributeGroup) {
509
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)redefine.
Items
[i];
525
else if (redefine.
Items
[i] is XmlSchemaComplexType) {
526
XmlSchemaComplexType complexType = (XmlSchemaComplexType)redefine.
Items
[i];
548
else if (redefine.
Items
[i] is XmlSchemaSimpleType) {
549
XmlSchemaSimpleType simpleType = (XmlSchemaSimpleType)redefine.
Items
[i];
System\Xml\Schema\XsdBuilder.cs (4)
1338
builder.redefine.
Items
.Add(builder.simpleType);
1484
builder.redefine.
Items
.Add(builder.complexType);
1653
builder.redefine.
Items
.Add(builder.attributeGroup);
1757
builder.redefine.
Items
.Add(builder.group);