25 instantiations of XmlSchemaObjectCollection
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
684_annotations = new XmlSchemaObjectCollection(); 685_elements = new XmlSchemaObjectCollection(); 886XmlSchemaObjectCollection Items = new XmlSchemaObjectCollection();
System.Private.Xml (22)
System\Xml\Schema\Inference\Infer.cs (2)
1037XmlSchemaObjectCollection minOccursCandidates = new XmlSchemaObjectCollection(); //elements that are skipped in the sequence and need minOccurs modified. 1199XmlSchemaObjectCollection attributesSeen = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchema.cs (2)
27private XmlSchemaObjectCollection _includes = new XmlSchemaObjectCollection(); 28private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAll.cs (1)
11private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
12private readonly XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
12private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaChoice.cs (1)
11private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
12private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
12private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexType.cs (1)
192_attributes ??= new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaElement.cs (1)
149_constraints ??= new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
14private readonly XmlSchemaObjectCollection _fields = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
90XmlSchemaObjectCollection coll = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaRedefine.cs (1)
10private readonly XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSequence.cs (1)
10private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
10private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (2)
12private readonly XmlSchemaObjectCollection _facets = new XmlSchemaObjectCollection(); 13private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
13private readonly XmlSchemaObjectCollection _facets = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
10private readonly XmlSchemaObjectCollection _baseTypes = new XmlSchemaObjectCollection();
System\Xml\Serialization\XmlSchemaImporter.cs (1)
629internal XmlSchemaObjectCollection Attributes = new XmlSchemaObjectCollection();
223 references to XmlSchemaObjectCollection
netstandard (1)
netstandard.cs (1)
2351[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectCollection))]
System.Data.Common (13)
System\Data\XMLSchema.cs (13)
141private XmlSchemaObjectCollection? _annotations; 142private XmlSchemaObjectCollection? _elements; 509private static bool HasAttributes(XmlSchemaObjectCollection attributes) 531XmlSchemaObjectCollection? items = GetParticleItems(pt); 570private static int DatasetElementCount(XmlSchemaObjectCollection elements) 583private XmlSchemaElement? FindDatasetElement(XmlSchemaObjectCollection elements) 750XmlSchemaObjectCollection? items = GetParticleItems(ct.Particle); 873internal static XmlSchemaObjectCollection? GetParticleItems(XmlSchemaParticle? pt) 886XmlSchemaObjectCollection Items = new XmlSchemaObjectCollection(); 900XmlSchemaObjectCollection? items = GetParticleItems(pt); 988internal void HandleAttributes(XmlSchemaObjectCollection attributes, DataTable table, bool isBase) 2625XmlSchemaObjectCollection? items = GetParticleItems(ct.Particle); 2674XmlSchemaObjectCollection choiceItems = ((XmlSchemaChoice)el).Items;
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\SchemaExporter.cs (1)
176private static void AddReferenceAttributes(XmlSchemaObjectCollection attributes, XmlSchema schema)
System\Runtime\Serialization\SchemaImporter.cs (6)
579private static bool CheckIfISerializable(XmlSchemaSequence rootSequence, XmlSchemaObjectCollection attributes) 592private static void RemoveOptionalUnknownSerializationElements(XmlSchemaObjectCollection items) 622private DataContract? ImportType(XmlQualifiedName typeName, XmlSchemaParticle? rootParticle, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute? anyAttribute, XmlQualifiedName? baseTypeName, XmlSchemaAnnotation? annotation) 823private ClassDataContract ImportISerializable(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlQualifiedName? baseTypeName, XmlSchemaObjectCollection attributes, XmlSchemaAnnotation? annotation) 846private static void CheckISerializableBase(XmlQualifiedName typeName, XmlSchemaSequence? rootSequence, XmlSchemaObjectCollection attributes) 1365private static void ImportAttributes(XmlQualifiedName typeName, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute? anyAttribute, out bool isReference)
System.Private.Xml (120)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
60XmlSchemaObjectCollection fields = constraint.Fields;
System\Xml\Schema\DataTypeImplementation.cs (1)
368internal override XmlSchemaDatatype DeriveByRestriction(XmlSchemaObjectCollection facets, XmlNameTable nameTable, XmlSchemaType schemaType)
System\Xml\Schema\FacetChecker.cs (1)
891internal virtual RestrictionFacets ConstructRestriction(DatatypeImplementation datatype, XmlSchemaObjectCollection facets, XmlNameTable nameTable)
System\Xml\Schema\Inference\Infer.cs (9)
265private XmlSchemaAttribute AddAttribute(string localName, string prefix, string childURI, string attrValue, bool bCreatingNewType, XmlSchema parentSchema, XmlSchemaObjectCollection addLocation, XmlSchemaObjectTable compiledAttributes) 492private XmlSchemaElement AddElement(string localName, string prefix, string? childURI, XmlSchema? parentSchema, XmlSchemaObjectCollection? addLocation, int positionWithinCollection) 1037XmlSchemaObjectCollection minOccursCandidates = new XmlSchemaObjectCollection(); //elements that are skipped in the sequence and need minOccurs modified. 1199XmlSchemaObjectCollection attributesSeen = new XmlSchemaObjectCollection(); 1346internal static XmlSchemaElement? FindElement(XmlSchemaObjectCollection elements, string elementName) 1380internal static XmlSchemaElement? FindElementRef(XmlSchemaObjectCollection elements, string elementName, string nsURI) 1397internal static void MakeExistingAttributesOptional(XmlSchemaComplexType ct, XmlSchemaObjectCollection? attributesInInstance) 1414private static void SwitchUseToOptional(XmlSchemaObjectCollection attributes, XmlSchemaObjectCollection? attributesInInstance)
System\Xml\Schema\Preprocessor.cs (5)
728XmlSchemaObjectCollection schemaItems = schema.Items; 838XmlSchemaObjectCollection items = redefine.Items; 1033private int CountGroupSelfReference(XmlSchemaObjectCollection items, XmlQualifiedName name, XmlSchemaGroup? redefined) 1907XmlSchemaObjectCollection items; 2001private void PreprocessAttributes(XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute? anyAttribute, XmlSchemaObject parent)
System\Xml\Schema\SchemaCollectionCompiler.cs (9)
399private static void CleanupAttributes(XmlSchemaObjectCollection attributes) 425XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items; 667XmlSchemaObjectCollection mainBaseTypes = mainUnion.BaseTypes; 1598private int GetMappingParticle(XmlSchemaParticle particle, XmlSchemaObjectCollection collection) 1658XmlSchemaObjectCollection collection = ((XmlSchemaGroupBase)particle).Items; 1784private void CompileLocalAttributes(XmlSchemaComplexType? baseType, XmlSchemaComplexType derivedType, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute? anyAttribute, XmlSchemaDerivationMethod derivedBy) 2313XmlSchemaObjectCollection constraints = xe.Constraints; 2524XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items; 2594XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
712private int CountGroupSelfReference(XmlSchemaObjectCollection items, XmlQualifiedName name) 1610XmlSchemaObjectCollection choices = choice.Items; 1627XmlSchemaObjectCollection sequences = ((XmlSchemaSequence)particle).Items; 1669private void PreprocessAttributes(XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute? anyAttribute, XmlSchemaObject parent)
System\Xml\Schema\SchemaSetCompiler.cs (12)
405private static void CleanupAttributes(XmlSchemaObjectCollection attributes) 757XmlSchemaObjectCollection mainBaseTypes = mainUnion.BaseTypes; 1469XmlSchemaObjectCollection items = xss.Items; 1481XmlSchemaObjectCollection items = xsc.Items; 1498XmlSchemaObjectCollection items = xsa.Items; 1948private int GetMappingParticle(XmlSchemaParticle particle, XmlSchemaObjectCollection collection) 2009XmlSchemaObjectCollection collection = ((XmlSchemaGroupBase)particle).Items; 2144private void CompileLocalAttributes(XmlSchemaComplexType? baseType, XmlSchemaComplexType derivedType, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute? anyAttribute, XmlSchemaDerivationMethod derivedBy) 2783XmlSchemaObjectCollection constraints = xe.Constraints; 2906XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items; 2976XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items; 2992XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items;
System\Xml\Schema\XmlSchema.cs (4)
27private XmlSchemaObjectCollection _includes = new XmlSchemaObjectCollection(); 28private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection(); 283public XmlSchemaObjectCollection Includes 296public XmlSchemaObjectCollection Items
System\Xml\Schema\XmlSchemaAll.cs (3)
11private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection(); 14public override XmlSchemaObjectCollection Items 24internal override void SetItems(XmlSchemaObjectCollection newItems)
System\Xml\Schema\XmlSchemaAnnotation.cs (2)
12private readonly XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection(); 24public XmlSchemaObjectCollection Items
System\Xml\Schema\XmlSchemaAttributeGroup.cs (2)
12private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection(); 29public XmlSchemaObjectCollection Attributes
System\Xml\Schema\XmlSchemaChoice.cs (3)
11private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection(); 18public override XmlSchemaObjectCollection Items 28internal override void SetItems(XmlSchemaObjectCollection newItems)
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (3)
12private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection(); 35public XmlSchemaObjectCollection Attributes 47internal void SetAttributes(XmlSchemaObjectCollection newAttributes)
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (3)
12private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection(); 35public XmlSchemaObjectCollection Attributes 47internal void SetAttributes(XmlSchemaObjectCollection newAttributes)
System\Xml\Schema\XmlSchemaComplexType.cs (11)
20private XmlSchemaObjectCollection? _attributes; 191public XmlSchemaObjectCollection Attributes => 290internal void SetAttributes(XmlSchemaObjectCollection newAttributes) 409internal static XmlSchemaObjectCollection CloneAttributes(XmlSchemaObjectCollection attributes) 413XmlSchemaObjectCollection newAttributes = attributes.Clone(); 443private static XmlSchemaObjectCollection CloneGroupBaseParticles(XmlSchemaObjectCollection groupBaseParticles, XmlSchema? parentSchema) 445XmlSchemaObjectCollection newParticles = groupBaseParticles.Clone(); 463XmlSchemaObjectCollection newGroupbaseParticles = CloneGroupBaseParticles(groupBase.Items, parentSchema); 551internal static bool HasAttributeQNameRef(XmlSchemaObjectCollection attributes)
System\Xml\Schema\XmlSchemaDataType.cs (1)
72internal abstract XmlSchemaDatatype DeriveByRestriction(XmlSchemaObjectCollection facets, XmlNameTable nameTable, XmlSchemaType schemaType);
System\Xml\Schema\XmlSchemaElement.cs (2)
35private XmlSchemaObjectCollection? _constraints; 148public XmlSchemaObjectCollection Constraints =>
System\Xml\Schema\XmlSchemaGroupBase.cs (2)
13public abstract XmlSchemaObjectCollection Items { get; } 15internal abstract void SetItems(XmlSchemaObjectCollection newItems);
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (2)
14private readonly XmlSchemaObjectCollection _fields = new XmlSchemaObjectCollection(); 33public XmlSchemaObjectCollection Fields
System\Xml\Schema\XmlSchemaObject.cs (3)
55internal virtual void OnAdd(XmlSchemaObjectCollection container, object? item) { } 56internal virtual void OnRemove(XmlSchemaObjectCollection container, object? item) { } 57internal virtual void OnClear(XmlSchemaObjectCollection container) { }
System\Xml\Schema\XmlSchemaObjectCollection.cs (3)
88internal XmlSchemaObjectCollection Clone() 90XmlSchemaObjectCollection coll = new XmlSchemaObjectCollection(); 95private void Add(XmlSchemaObjectCollection collToAdd)
System\Xml\Schema\XmlSchemaRedefine.cs (2)
10private readonly XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection(); 25public XmlSchemaObjectCollection Items
System\Xml\Schema\XmlSchemaSequence.cs (3)
10private XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection(); 17public override XmlSchemaObjectCollection Items 27internal override void SetItems(XmlSchemaObjectCollection newItems)
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (3)
10private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection(); 23public XmlSchemaObjectCollection Attributes 35internal void SetAttributes(XmlSchemaObjectCollection newAttributes)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (5)
12private readonly XmlSchemaObjectCollection _facets = new XmlSchemaObjectCollection(); 13private XmlSchemaObjectCollection _attributes = new XmlSchemaObjectCollection(); 42public XmlSchemaObjectCollection Facets 49public XmlSchemaObjectCollection Attributes 61internal void SetAttributes(XmlSchemaObjectCollection newAttributes)
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (2)
13private readonly XmlSchemaObjectCollection _facets = new XmlSchemaObjectCollection(); 41public XmlSchemaObjectCollection Facets
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (2)
10private readonly XmlSchemaObjectCollection _baseTypes = new XmlSchemaObjectCollection(); 15public XmlSchemaObjectCollection BaseTypes
System\Xml\Serialization\ImportContext.cs (1)
267XmlSchemaObjectCollection? attributes = null;
System\Xml\Serialization\SchemaObjectWriter.cs (13)
127internal static XmlQualifiedName NameOf(XmlSchemaObjectCollection items) 281private void WriteSortedItems(XmlSchemaObjectCollection? items) 497System.Xml.Schema.XmlSchemaObjectCollection a = (System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 649private void WriteFacets(XmlSchemaObjectCollection? facets) 1039XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields; 1096XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields; 1118XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields; 1169XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Items;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
101private static XmlSchemaType? FindSchemaType(string name, XmlSchemaObjectCollection items) 670XmlSchemaObjectCollection attributes;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
629internal XmlSchemaObjectCollection Attributes = new XmlSchemaObjectCollection();
System.Web.Services.Description (80)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (80)
2175global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Includes; 2199global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 2275global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 2502global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 2663global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Constraints; 2727global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 2816global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 2865global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 3011global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 3622global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@BaseTypes; 3740global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 3995global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 4043global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 4183global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 4263global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 4376global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 4427global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 4488global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 4590global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 4729global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 8337global::System.Xml.Schema.XmlSchemaObjectCollection a_7 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Includes; 8338global::System.Xml.Schema.XmlSchemaObjectCollection a_8 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 8547global::System.Xml.Schema.XmlSchemaObjectCollection a_5 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 8734global::System.Xml.Schema.XmlSchemaObjectCollection a_2 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 9272global::System.Xml.Schema.XmlSchemaObjectCollection a_4 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@BaseTypes; 9371global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 10708global::System.Xml.Schema.XmlSchemaObjectCollection a_18 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Constraints; 10875global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 11054global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 11149global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 11244global::System.Xml.Schema.XmlSchemaObjectCollection a_11 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 11389global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 11484global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 11707global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 12018global::System.Xml.Schema.XmlSchemaObjectCollection a_5 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 12123global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 12124global::System.Xml.Schema.XmlSchemaObjectCollection a_7 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 12441global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 12562global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 12863global::System.Xml.Schema.XmlSchemaObjectCollection a_4 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items;
System.Xml (1)
System.Xml.cs (1)
76[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectCollection))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
75[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectCollection))]