20 references to AttributeGroups
System.Private.Xml (20)
System\Xml\Schema\BaseProcessor.cs (1)
76
XmlSchemaObject? builtInAttributeGroup = schemaForXmlNS.
AttributeGroups
[qname];
System\Xml\Schema\Preprocessor.cs (6)
180
schema.
AttributeGroups
.Clear();
740
AddToTable(schema.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
801
foreach (XmlSchemaAttributeGroup? attributeGroup in includedSchema.
AttributeGroups
.Values)
803
AddToTable(schema.
AttributeGroups
, attributeGroup!.QualifiedName, attributeGroup);
879
XmlSchemaAttributeGroup? originalAttrGroup = (XmlSchemaAttributeGroup?)schemaToUpdate.
AttributeGroups
[attributeGroup.QualifiedName];
888
schemaToUpdate.
AttributeGroups
.Insert(attributeGroup.QualifiedName, attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
67
foreach (XmlSchemaAttributeGroup? attributeGroup in _schema.
AttributeGroups
.Values)
186
schema.
AttributeGroups
.Clear();
209
foreach (XmlSchemaAttributeGroup? attributeGroup in _schema.
AttributeGroups
.Values)
1755
attributeGroupResolved = (XmlSchemaAttributeGroup?)_schema!.
AttributeGroups
[attributeGroupRef.RefName];
1816
XmlSchemaAttributeGroup? attributeGroup = (XmlSchemaAttributeGroup?)_schema!.
AttributeGroups
[attributeGroupRef.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
110
schema.
AttributeGroups
.Clear();
516
foreach (XmlSchemaAttributeGroup? attributeGroup in includedSchema.
AttributeGroups
.Values)
518
AddToTable(schema.
AttributeGroups
, attributeGroup!.QualifiedName, attributeGroup);
547
AddToTable(schema.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
625
attributeGroup.Redefined = (XmlSchemaAttributeGroup?)redefine.Schema!.
AttributeGroups
[attributeGroup.QualifiedName];
703
redefine.Schema!.
AttributeGroups
.Insert((XmlQualifiedName)entry.Key!, (XmlSchemaObject)entry.Value!);
System\Xml\Schema\SchemaSetCompiler.cs (1)
87
foreach (XmlSchemaAttributeGroup? attributeGroup in schema.
AttributeGroups
.Values)
System\Xml\Serialization\XmlSchemas.cs (1)
244
ret = schema.
AttributeGroups
[name];