28 references to @Items
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
738foreach (object __items in ann.Items)
System.Runtime.Serialization (10)
System\Runtime\Serialization\SchemaExporter.cs (2)
811annotation.Items.Add(appInfo); 831annotation.Items.Add(appInfo);
System\Runtime\Serialization\SchemaImporter.cs (8)
1246if (type.Annotation == null || type.Annotation.Items == null) 1248foreach (XmlSchemaObject schemaObject in type.Annotation.Items) 1274if (type.Annotation == null || type.Annotation.Items == null) 1276foreach (XmlSchemaObject schemaObject in type.Annotation.Items) 1440if (annotation != null && annotation.Items != null && annotation.Items.Count > 0 && annotation.Items[0] is XmlSchemaAppInfo) 1442XmlSchemaAppInfo appInfo = (XmlSchemaAppInfo)annotation.Items[0];
System.Web.Extensions (4)
Script\Services\WebServiceTypeData.cs (4)
275if (annotation != null && annotation.Items != null && annotation.Items.Count > 0 && annotation.Items[0] is XmlSchemaAppInfo) { 276XmlSchemaAppInfo appInfo = (XmlSchemaAppInfo)annotation.Items[0];
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
1930global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 7091global::System.Xml.Schema.XmlSchemaObjectCollection a_2 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items;
System.Xml (11)
System\Xml\Schema\Preprocessor.cs (2)
1783for (int i = 0; i < annotation.Items.Count; ++i) { 1784annotation.Items[i].Parent = annotation; //Can be documentation or appInfo
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1423for (int i = 0; i < annotated.Annotation.Items.Count; ++i) { 1424annotated.Annotation.Items[i].Parent = annotated.Annotation; //Can be documentation or appInfo
System\Xml\Schema\XsdBuilder.cs (2)
2082builder.annotation.Items.Add(builder.appInfo); 2103builder.annotation.Items.Add(builder.documentation);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
410System.Xml.Schema.XmlSchemaObjectCollection a = (System.Xml.Schema.XmlSchemaObjectCollection)o.@Items;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1052annotation.Items.Add(appinfo);
System\Xml\Serialization\XmlSchemaImporter.cs (3)
1412if (type.Annotation.Items == null || type.Annotation.Items.Count == 0) 1415foreach(XmlSchemaObject o in type.Annotation.Items) {