22 references to Items
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
739for (int j = 0; j < redefine.Items.Count; ++j) 741if (!(redefine.Items[j] is XmlSchemaAnnotation)) 871XmlSchemaObjectCollection items = redefine.Items;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
107for (int j = 0; j < rdef.Items.Count; ++j) 109object item = rdef.Items[j];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (11)
494for (int j = 0; j < redefine.Items.Count; ++j) 496if (!(redefine.Items[j] is XmlSchemaAnnotation)) 597for (int i = 0; i < redefine.Items.Count; ++i) 599SetParent(redefine.Items[i], redefine); 600XmlSchemaGroup group = redefine.Items[i] as XmlSchemaGroup; 622else if (redefine.Items[i] is XmlSchemaAttributeGroup) 624XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)redefine.Items[i]; 644else if (redefine.Items[i] is XmlSchemaComplexType) 646XmlSchemaComplexType complexType = (XmlSchemaComplexType)redefine.Items[i]; 674else if (redefine.Items[i] is XmlSchemaSimpleType) 676XmlSchemaSimpleType simpleType = (XmlSchemaSimpleType)redefine.Items[i];
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (4)
1428builder._redefine.Items.Add(builder._simpleType); 1596builder._redefine.Items.Add(builder._complexType); 1790builder._redefine.Items.Add(builder._attributeGroup); 1910builder._redefine.Items.Add(builder._group);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
5075Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 12798Microsoft.Xml.Schema.XmlSchemaObjectCollection a_4 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Items;