25 instantiations of XmlSchemaObjectCollection
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
593annotations = new XmlSchemaObjectCollection(); 594elements = new XmlSchemaObjectCollection(); 758XmlSchemaObjectCollection Items = new XmlSchemaObjectCollection();
System.Xml (22)
System\Xml\Schema\Inference\Infer.cs (2)
1051XmlSchemaObjectCollection minOccursCandidates = new XmlSchemaObjectCollection(); //elements that are skipped in the sequence and need minOccurs modified. 1213XmlSchemaObjectCollection attributesSeen = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchema.cs (2)
48XmlSchemaObjectCollection includes = new XmlSchemaObjectCollection(); 49XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAll.cs (1)
18XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
19XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
19XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaChoice.cs (1)
18XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
19XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
19XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaComplexType.cs (1)
207attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaElement.cs (1)
191constraints = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
21XmlSchemaObjectCollection fields = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
143XmlSchemaObjectCollection coll = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaRedefine.cs (1)
17XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSequence.cs (1)
17XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
17XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (2)
19XmlSchemaObjectCollection facets = new XmlSchemaObjectCollection(); 20XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
20XmlSchemaObjectCollection facets = new XmlSchemaObjectCollection();
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
17XmlSchemaObjectCollection baseTypes = new XmlSchemaObjectCollection();
System\Xml\Serialization\XmlSchemaImporter.cs (1)
643internal XmlSchemaObjectCollection Attributes = new XmlSchemaObjectCollection();
224 references to XmlSchemaObjectCollection
System.Data (15)
fx\src\data\System\Data\DataSet.cs (2)
3536XmlSchemaObjectCollection items = ((XmlSchemaSequence)ct.Particle).Items; 3596XmlSchemaObjectCollection items = ((XmlSchemaGroupBase)ct.Particle).Items;
fx\src\data\System\Data\XMLSchema.cs (13)
132XmlSchemaObjectCollection annotations; 133XmlSchemaObjectCollection elements; 447private bool HasAttributes(XmlSchemaObjectCollection attributes){ 463XmlSchemaObjectCollection items = GetParticleItems(pt); 499private int DatasetElementCount(XmlSchemaObjectCollection elements) { 509private XmlSchemaElement FindDatasetElement(XmlSchemaObjectCollection elements) { 648XmlSchemaObjectCollection items = GetParticleItems(ct.Particle); 747internal XmlSchemaObjectCollection GetParticleItems(XmlSchemaParticle pt){ 758XmlSchemaObjectCollection Items = new XmlSchemaObjectCollection(); 770XmlSchemaObjectCollection items = GetParticleItems(pt); 842internal void HandleAttributes(XmlSchemaObjectCollection attributes, DataTable table, bool isBase) { 2268XmlSchemaObjectCollection items = GetParticleItems(ct.Particle); 2305XmlSchemaObjectCollection choiceItems = ((XmlSchemaChoice)el).Items;
System.Runtime.Serialization (8)
System\Runtime\Serialization\SchemaExporter.cs (1)
182void AddReferenceAttributes(XmlSchemaObjectCollection attributes, XmlSchema schema)
System\Runtime\Serialization\SchemaImporter.cs (7)
584bool CheckIfISerializable(XmlSchemaSequence rootSequence, XmlSchemaObjectCollection attributes) 600void RemoveOptionalUnknownSerializationElements(XmlSchemaObjectCollection items) 629DataContract ImportType(XmlQualifiedName typeName, XmlSchemaParticle rootParticle, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlQualifiedName baseTypeName, XmlSchemaAnnotation annotation) 842ClassDataContract ImportISerializable(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlQualifiedName baseTypeName, XmlSchemaObjectCollection attributes, XmlSchemaAnnotation annotation) 864void CheckISerializableBase(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlSchemaObjectCollection attributes) 1066CollectionDataContract ImportCollection(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlSchemaObjectCollection attributes, XmlSchemaAnnotation annotation, bool isReference) 1378void ImportAttributes(XmlQualifiedName typeName, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, out bool isReference)
System.Web.Services (80)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (80)
1838global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Includes; 1862global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 1930global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 2125global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 2270global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Constraints; 2326global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 2399global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 2440global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 2562global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 3065global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@BaseTypes; 3175global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 3390global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 3430global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 3554global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 3626global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 3723global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 3774global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 3827global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 3913global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 4028global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 6821global::System.Xml.Schema.XmlSchemaObjectCollection a_7 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Includes; 6822global::System.Xml.Schema.XmlSchemaObjectCollection a_8 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 6942global::System.Xml.Schema.XmlSchemaObjectCollection a_5 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 7091global::System.Xml.Schema.XmlSchemaObjectCollection a_2 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 7543global::System.Xml.Schema.XmlSchemaObjectCollection a_4 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@BaseTypes; 7623global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 8708global::System.Xml.Schema.XmlSchemaObjectCollection a_18 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Constraints; 8842global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 8990global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 9066global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 9142global::System.Xml.Schema.XmlSchemaObjectCollection a_11 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 9261global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 9337global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 9501global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 9741global::System.Xml.Schema.XmlSchemaObjectCollection a_5 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 9820global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 9821global::System.Xml.Schema.XmlSchemaObjectCollection a_7 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 10016global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 10111global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 10362global::System.Xml.Schema.XmlSchemaObjectCollection a_4 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items;
System.Xml (121)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
56XmlSchemaObjectCollection fields = constraint.Fields;
System\Xml\Schema\DataTypeImplementation.cs (1)
336internal override XmlSchemaDatatype DeriveByRestriction(XmlSchemaObjectCollection facets, XmlNameTable nameTable, XmlSchemaType schemaType) {
System\Xml\Schema\FacetChecker.cs (1)
735internal virtual RestrictionFacets ConstructRestriction(DatatypeImplementation datatype, XmlSchemaObjectCollection facets, XmlNameTable nameTable) {
System\Xml\Schema\Inference\Infer.cs (9)
289private XmlSchemaAttribute AddAttribute(string localName, string prefix, string childURI, string attrValue, bool bCreatingNewType, XmlSchema parentSchema, XmlSchemaObjectCollection addLocation, XmlSchemaObjectTable compiledAttributes) 509private XmlSchemaElement AddElement(string localName, string prefix, string childURI, XmlSchema parentSchema, XmlSchemaObjectCollection addLocation, int positionWithinCollection) 1051XmlSchemaObjectCollection minOccursCandidates = new XmlSchemaObjectCollection(); //elements that are skipped in the sequence and need minOccurs modified. 1213XmlSchemaObjectCollection attributesSeen = new XmlSchemaObjectCollection(); 1354internal XmlSchemaElement FindElement(XmlSchemaObjectCollection elements, string elementName) 1386internal XmlSchemaElement FindElementRef(XmlSchemaObjectCollection elements, string elementName, string nsURI) 1402internal void MakeExistingAttributesOptional(XmlSchemaComplexType ct, XmlSchemaObjectCollection attributesInInstance) { 1415private void SwitchUseToOptional(XmlSchemaObjectCollection attributes, XmlSchemaObjectCollection attributesInInstance) {
System\Xml\Schema\Preprocessor.cs (5)
636XmlSchemaObjectCollection schemaItems = schema.Items; 733XmlSchemaObjectCollection items = redefine.Items; 889private int CountGroupSelfReference(XmlSchemaObjectCollection items, XmlQualifiedName name, XmlSchemaGroup redefined) { 1572XmlSchemaObjectCollection items; 1646private void PreprocessAttributes(XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaObject parent) {
System\Xml\Schema\SchemaCollectionCompiler.cs (9)
314private static void CleanupAttributes(XmlSchemaObjectCollection attributes) { 333XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items; 527XmlSchemaObjectCollection mainBaseTypes = mainUnion.BaseTypes; // 1269private int GetMappingParticle(XmlSchemaParticle particle, XmlSchemaObjectCollection collection) { 1316XmlSchemaObjectCollection collection = ((XmlSchemaGroupBase)particle).Items; 1416private void CompileLocalAttributes(XmlSchemaComplexType baseType, XmlSchemaComplexType derivedType, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaDerivationMethod derivedBy) { 1900XmlSchemaObjectCollection constraints = xe.Constraints; 2072XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items; 2127XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
584private int CountGroupSelfReference(XmlSchemaObjectCollection items, XmlQualifiedName name) { 1287XmlSchemaObjectCollection choices = choice.Items; 1300XmlSchemaObjectCollection sequences = ((XmlSchemaSequence) particle).Items; 1334private void PreprocessAttributes(XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaObject parent) {
System\Xml\Schema\SchemaSetCompiler.cs (12)
316private void CleanupAttributes(XmlSchemaObjectCollection attributes) { 594XmlSchemaObjectCollection mainBaseTypes = mainUnion.BaseTypes; // 1150XmlSchemaObjectCollection items = xss.Items; 1159XmlSchemaObjectCollection items = xsc.Items; 1172XmlSchemaObjectCollection items = xsa.Items; 1542private int GetMappingParticle(XmlSchemaParticle particle, XmlSchemaObjectCollection collection) { 1590XmlSchemaObjectCollection collection = ((XmlSchemaGroupBase)particle).Items; 1695private void CompileLocalAttributes(XmlSchemaComplexType baseType, XmlSchemaComplexType derivedType, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaDerivationMethod derivedBy) { 2255XmlSchemaObjectCollection constraints = xe.Constraints; 2429XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items; 2484XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items; 2497XmlSchemaObjectCollection particles = ((XmlSchemaGroupBase)particle).Items;
System\Xml\Schema\XmlSchema.cs (4)
48XmlSchemaObjectCollection includes = new XmlSchemaObjectCollection(); 49XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); 326public XmlSchemaObjectCollection Includes { 342public XmlSchemaObjectCollection Items {
System\Xml\Schema\XmlSchemaAll.cs (3)
18XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); 25public override XmlSchemaObjectCollection Items { 33internal override void SetItems(XmlSchemaObjectCollection newItems) {
System\Xml\Schema\XmlSchemaAnnotation.cs (2)
19XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); 38public XmlSchemaObjectCollection Items {
System\Xml\Schema\XmlSchemaAttributeGroup.cs (2)
19XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); 43public XmlSchemaObjectCollection Attributes {
System\Xml\Schema\XmlSchemaChoice.cs (3)
18XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); 29public override XmlSchemaObjectCollection Items { 37internal override void SetItems(XmlSchemaObjectCollection newItems) {
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (3)
19XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); 52public XmlSchemaObjectCollection Attributes { 67internal void SetAttributes(XmlSchemaObjectCollection newAttributes) {
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (3)
19XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); 52public XmlSchemaObjectCollection Attributes { 66internal void SetAttributes(XmlSchemaObjectCollection newAttributes) {
System\Xml\Schema\XmlSchemaComplexType.cs (11)
23XmlSchemaObjectCollection attributes; 204public XmlSchemaObjectCollection Attributes { 333internal void SetAttributes(XmlSchemaObjectCollection newAttributes) { 431internal static XmlSchemaObjectCollection CloneAttributes(XmlSchemaObjectCollection attributes) { 433XmlSchemaObjectCollection newAttributes = attributes.Clone(); 459private static XmlSchemaObjectCollection CloneGroupBaseParticles(XmlSchemaObjectCollection groupBaseParticles, XmlSchema parentSchema) { 460XmlSchemaObjectCollection newParticles = groupBaseParticles.Clone(); 474XmlSchemaObjectCollection newGroupbaseParticles = CloneGroupBaseParticles(groupBase.Items, parentSchema); 548internal static bool HasAttributeQNameRef(XmlSchemaObjectCollection attributes) {
System\Xml\Schema\XmlSchemaDataType.cs (1)
115internal abstract XmlSchemaDatatype DeriveByRestriction(XmlSchemaObjectCollection facets, XmlNameTable nameTable, XmlSchemaType schemaType) ;
System\Xml\Schema\XmlSchemaElement.cs (2)
42XmlSchemaObjectCollection constraints; 188public XmlSchemaObjectCollection Constraints {
System\Xml\Schema\XmlSchemaGroupBase.cs (2)
22public abstract XmlSchemaObjectCollection Items { get; } 24internal abstract void SetItems(XmlSchemaObjectCollection newItems);
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (2)
21XmlSchemaObjectCollection fields = new XmlSchemaObjectCollection(); 50public XmlSchemaObjectCollection Fields {
System\Xml\Schema\XmlSchemaObject.cs (3)
80internal virtual void OnAdd(XmlSchemaObjectCollection container, object item) {} 81internal virtual void OnRemove(XmlSchemaObjectCollection container, object item) {} 82internal virtual void OnClear(XmlSchemaObjectCollection container) {}
System\Xml\Schema\XmlSchemaObjectCollection.cs (3)
142internal XmlSchemaObjectCollection Clone() { 143XmlSchemaObjectCollection coll = new XmlSchemaObjectCollection(); 148private void Add(XmlSchemaObjectCollection collToAdd) {
System\Xml\Schema\XmlSchemaRedefine.cs (2)
17XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); 40public XmlSchemaObjectCollection Items {
System\Xml\Schema\XmlSchemaSequence.cs (3)
17XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); 28public override XmlSchemaObjectCollection Items { 36internal override void SetItems(XmlSchemaObjectCollection newItems) {
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (3)
17XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); 37public XmlSchemaObjectCollection Attributes { 51internal void SetAttributes(XmlSchemaObjectCollection newAttributes) {
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (5)
19XmlSchemaObjectCollection facets = new XmlSchemaObjectCollection(); 20XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); 59public XmlSchemaObjectCollection Facets { 69public XmlSchemaObjectCollection Attributes { 83internal void SetAttributes(XmlSchemaObjectCollection newAttributes) {
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (2)
20XmlSchemaObjectCollection facets = new XmlSchemaObjectCollection(); 58public XmlSchemaObjectCollection Facets {
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (2)
17XmlSchemaObjectCollection baseTypes = new XmlSchemaObjectCollection(); 26public XmlSchemaObjectCollection BaseTypes {
System\Xml\Serialization\ImportContext.cs (1)
292XmlSchemaObjectCollection attributes = null;
System\Xml\Serialization\SchemaObjectWriter.cs (13)
109internal static XmlQualifiedName NameOf(XmlSchemaObjectCollection items) { 235void WriteSortedItems(XmlSchemaObjectCollection items) { 410System.Xml.Schema.XmlSchemaObjectCollection a = (System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 539void WriteFacets(XmlSchemaObjectCollection facets) { 866XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields; 915XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields; 935XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields; 982XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Items;
System\Xml\Serialization\SoapSchemaImporter.cs (1)
319XmlSchemaObjectCollection items = type.Attributes;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
113private static XmlSchemaType FindSchemaType(string name, XmlSchemaObjectCollection items) { 608XmlSchemaObjectCollection attributes;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
643internal XmlSchemaObjectCollection Attributes = new XmlSchemaObjectCollection();