19 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)
488for (int j = 0; j < redefine.Items.Count; ++j) 490if (!(redefine.Items[j] is XmlSchemaAnnotation)) 590for (int i = 0; i < redefine.Items.Count; ++i) 592SetParent(redefine.Items[i], redefine); 593XmlSchemaGroup? group = redefine.Items[i] as XmlSchemaGroup; 615else if (redefine.Items[i] is XmlSchemaAttributeGroup attributeGroup) 636else if (redefine.Items[i] is XmlSchemaComplexType complexType) 665else 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);
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
4729global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 12863global::System.Xml.Schema.XmlSchemaObjectCollection a_4 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items;