28 references to Items
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
861foreach (object __items in ann.Items)
System.Private.DataContractSerialization (10)
System\Runtime\Serialization\SchemaExporter.cs (2)
808annotation.Items.Add(appInfo); 828annotation.Items.Add(appInfo);
System\Runtime\Serialization\SchemaImporter.cs (8)
1242if (type.Annotation == null || type.Annotation.Items == null) 1244foreach (XmlSchemaObject schemaObject in type.Annotation.Items) 1264if (type.Annotation == null || type.Annotation.Items == null) 1266foreach (XmlSchemaObject schemaObject in type.Annotation.Items) 1428if (annotation != null && annotation.Items != null && annotation.Items.Count > 0 && annotation.Items[0] is XmlSchemaAppInfo) 1430XmlSchemaAppInfo appInfo = (XmlSchemaAppInfo)annotation.Items[0];
System.Private.Xml (11)
System\Xml\Schema\Preprocessor.cs (2)
2177for (int i = 0; i < annotation.Items.Count; ++i) 2179annotation.Items[i].Parent = annotation; //Can be documentation or appInfo
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1786for (int i = 0; i < annotated.Annotation.Items.Count; ++i) 1788annotated.Annotation.Items[i].Parent = annotated.Annotation; //Can be documentation or appInfo
System\Xml\Schema\XsdBuilder.cs (2)
2269builder._annotation!.Items.Add(builder._appInfo); 2293builder._annotation!.Items.Add(builder._documentation);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
497System.Xml.Schema.XmlSchemaObjectCollection a = (System.Xml.Schema.XmlSchemaObjectCollection)o.@Items;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1195annotation.Items.Add(appinfo);
System\Xml\Serialization\XmlSchemaImporter.cs (3)
1478if (type.Annotation.Items == null || type.Annotation.Items.Count == 0) 1481foreach (XmlSchemaObject o in type.Annotation.Items)
System.Runtime.Serialization.Schema (4)
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (4)
381if (annotation != null && annotation.Items != null && annotation.Items.Count > 0 && annotation.Items[0] is XmlSchemaAppInfo) 383XmlSchemaAppInfo appInfo = (XmlSchemaAppInfo)annotation.Items[0];
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2275global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 8734global::System.Xml.Schema.XmlSchemaObjectCollection a_2 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items;