2 instantiations of XmlSchemaAttributeGroup
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
455XmlSchemaAttributeGroup attributeGroup = new XmlSchemaAttributeGroup();
System\Xml\Schema\XsdBuilder.cs (1)
1778builder._xso = builder._attributeGroup = new XmlSchemaAttributeGroup();
90 references to XmlSchemaAttributeGroup
netstandard (1)
netstandard.cs (1)
2305[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroup))]
System.Data.Common (9)
System\Data\XMLSchema.cs (9)
199if (item is XmlSchemaAttributeGroup) 201XmlSchemaAttributeGroup attr = (XmlSchemaAttributeGroup)item; 517if (so is XmlSchemaAttributeGroup) 999XmlSchemaAttributeGroup? schemaGroup = _attributeGroups![groupRef!.RefName] as XmlSchemaAttributeGroup; 1010private void HandleAttributeGroup(XmlSchemaAttributeGroup attributeGroup, DataTable table, bool isBase) 1021XmlSchemaAttributeGroup? attributeGroupResolved; 1028attributeGroupResolved = (XmlSchemaAttributeGroup?)_attributeGroups![attributeGroupRef.RefName];
System.Private.Xml (78)
System\Xml\Schema\BaseProcessor.cs (5)
70if (item is XmlSchemaAttributeGroup) 158XmlSchemaAttributeGroup attGroup = (item as XmlSchemaAttributeGroup)!; 159XmlSchemaAttributeGroup existingAttGroup = (existingObject as XmlSchemaAttributeGroup)!;
System\Xml\Schema\Preprocessor.cs (8)
455XmlSchemaAttributeGroup attributeGroup = new XmlSchemaAttributeGroup(); 737else if (schemaItems[i] is XmlSchemaAttributeGroup attributeGroup) 801foreach (XmlSchemaAttributeGroup? attributeGroup in includedSchema.AttributeGroups.Values) 868else if (items[i] is XmlSchemaAttributeGroup attributeGroup) 879XmlSchemaAttributeGroup? originalAttrGroup = (XmlSchemaAttributeGroup?)schemaToUpdate.AttributeGroups[attributeGroup.QualifiedName]; 1077private void CheckRefinedAttributeGroup(XmlSchemaAttributeGroup attributeGroup) 1243private void PreprocessAttributeGroup(XmlSchemaAttributeGroup attributeGroup)
System\Xml\Schema\SchemaCollectionCompiler.cs (13)
67foreach (XmlSchemaAttributeGroup? attributeGroup in _schema.AttributeGroups.Values) 115XmlSchemaAttributeGroup? attrgroup; 125else if ((attrgroup = item as XmlSchemaAttributeGroup) != null) 153XmlSchemaAttributeGroup? attrgroup; 163else if ((attrgroup = schema.Items[i] as XmlSchemaAttributeGroup) != null) 209foreach (XmlSchemaAttributeGroup? attributeGroup in _schema.AttributeGroups.Values) 321private static void CleanupAttributeGroup(XmlSchemaAttributeGroup attributeGroup) 1714private void CompileAttributeGroup(XmlSchemaAttributeGroup attributeGroup) 1748XmlSchemaAttributeGroup? attributeGroupResolved; 1751attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.Redefined; 1755attributeGroupResolved = (XmlSchemaAttributeGroup?)_schema!.AttributeGroups[attributeGroupRef.RefName]; 1816XmlSchemaAttributeGroup? attributeGroup = (XmlSchemaAttributeGroup?)_schema!.AttributeGroups[attributeGroupRef.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
516foreach (XmlSchemaAttributeGroup? attributeGroup in includedSchema.AttributeGroups.Values) 544else if (schema.Items[i] is XmlSchemaAttributeGroup attributeGroup) 615else if (redefine.Items[i] is XmlSchemaAttributeGroup attributeGroup) 625attributeGroup.Redefined = (XmlSchemaAttributeGroup?)redefine.Schema!.AttributeGroups[attributeGroup.QualifiedName]; 754private void CheckRefinedAttributeGroup(XmlSchemaAttributeGroup attributeGroup) 915private void PreprocessAttributeGroup(XmlSchemaAttributeGroup attributeGroup)
System\Xml\Schema\SchemaSetCompiler.cs (15)
87foreach (XmlSchemaAttributeGroup? attributeGroup in schema.AttributeGroups.Values) 203foreach (XmlSchemaAttributeGroup? attributeGroup in _attributeGroups.Values) 280foreach (XmlSchemaAttributeGroup? attributeGroup in _attributeGroups.Values) 282XmlSchemaAttributeGroup? baseAttributeGroup = attributeGroup!.Redefined; 301private static void CleanupAttributeGroup(XmlSchemaAttributeGroup attributeGroup) 571private void RecursivelyCheckRedefinedAttributeGroups(XmlSchemaAttributeGroup attributeGroup, XmlSchemaAttributeGroup baseAttributeGroup) 2065private void CompileAttributeGroup(XmlSchemaAttributeGroup attributeGroup) 2103XmlSchemaAttributeGroup? attributeGroupResolved; 2106attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.Redefined; 2110attributeGroupResolved = (XmlSchemaAttributeGroup?)_attributeGroups[attributeGroupRef.RefName]; 2176XmlSchemaAttributeGroup? attributeGroup = (XmlSchemaAttributeGroup?)_attributeGroups[attributeGroupRef.RefName]; 2299private void CheckAttributeGroupRestriction(XmlSchemaAttributeGroup baseAttributeGroup, XmlSchemaAttributeGroup derivedAttributeGroup)
System\Xml\Schema\XmlSchema.cs (1)
290XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)),
System\Xml\Schema\XmlSchemaAttributeGroup.cs (5)
15private XmlSchemaAttributeGroup? _redefined; 58public XmlSchemaAttributeGroup? RedefinedAttributeGroup 64internal XmlSchemaAttributeGroup? Redefined 91XmlSchemaAttributeGroup newGroup = (XmlSchemaAttributeGroup)MemberwiseClone();
System\Xml\Schema\XmlSchemaRedefine.cs (1)
21XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)),
System\Xml\Schema\XsdBuilder.cs (2)
659private XmlSchemaAttributeGroup? _attributeGroup; 997_attributeGroup = (XmlSchemaAttributeGroup)container;
System\Xml\Serialization\ImportContext.cs (5)
407XmlSchemaAttributeGroup? group = (XmlSchemaAttributeGroup?)_schemas.Find(((XmlSchemaAttributeGroupRef)item).RefName, typeof(XmlSchemaAttributeGroup), false); 410else if (t == typeof(XmlSchemaAttributeGroup)) 412foreach (XmlSchemaObject o in ((XmlSchemaAttributeGroup)item).Attributes)
System\Xml\Serialization\SchemaObjectWriter.cs (5)
70else if (o is XmlSchemaAttributeGroup) 72return ((XmlSchemaAttributeGroup)o).QualifiedName; 463else if (t == typeof(XmlSchemaAttributeGroup)) 465Write31_XmlSchemaAttributeGroup((XmlSchemaAttributeGroup)o); 742private void Write31_XmlSchemaAttributeGroup(XmlSchemaAttributeGroup? o)
System\Xml\Serialization\XmlSchemaImporter.cs (7)
1573private void ImportAttributeGroupMembers(XmlSchemaAttributeGroup group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns) 1578if (item is XmlSchemaAttributeGroup) 1579ImportAttributeGroupMembers((XmlSchemaAttributeGroup)item, identifier, members, membersScope, ns); 1864private XmlSchemaAttributeGroup FindAttributeGroup(XmlQualifiedName name) 1866XmlSchemaAttributeGroup? group = (XmlSchemaAttributeGroup?)Schemas.Find(name, typeof(XmlSchemaAttributeGroup));
System\Xml\Serialization\XmlSchemas.cs (5)
242else if (type == typeof(XmlSchemaAttributeGroup)) 456else if (o is XmlSchemaAttributeGroup) 458return ((XmlSchemaAttributeGroup)o).Name; 532else if (o is XmlSchemaAttributeGroup) 534item = SR.Format(SR.XmlSchemaNamedItem, ns, "attributeGroup", ((XmlSchemaAttributeGroup)o).Name, details);
System.Xml (1)
System.Xml.cs (1)
30[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroup))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
29[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroup))]