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