17 references to Items
System.Private.Xml (17)
System\Xml\Schema\Preprocessor.cs (3)
713for (int j = 0; j < redefine.Items.Count; ++j) 715if (!(redefine.Items[j] is XmlSchemaAnnotation)) 838XmlSchemaObjectCollection items = redefine.Items;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
111for (int j = 0; j < rdef.Items.Count; ++j) 113object? item = rdef.Items[j];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (8)
485for (int j = 0; j < redefine.Items.Count; ++j) 487if (!(redefine.Items[j] is XmlSchemaAnnotation)) 587for (int i = 0; i < redefine.Items.Count; ++i) 589SetParent(redefine.Items[i], redefine); 590XmlSchemaGroup? group = redefine.Items[i] as XmlSchemaGroup; 612else if (redefine.Items[i] is XmlSchemaAttributeGroup attributeGroup) 633else if (redefine.Items[i] is XmlSchemaComplexType complexType) 662else if (redefine.Items[i] is XmlSchemaSimpleType simpleType)
System\Xml\Schema\XsdBuilder.cs (4)
1421builder._redefine!.Items.Add(builder._simpleType); 1591builder._redefine!.Items.Add(builder._complexType); 1785builder._redefine!.Items.Add(builder._attributeGroup); 1905builder._redefine!.Items.Add(builder._group);