20 references to AttributeGroups
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (1)
90
XmlSchemaObject builtInAttributeGroup = schemaForXmlNS.
AttributeGroups
[qname];
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (6)
187
schema.
AttributeGroups
.Clear();
768
AddToTable(schema.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
834
foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.
AttributeGroups
.Values)
836
AddToTable(schema.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
913
XmlSchemaAttributeGroup originalAttrGroup = (XmlSchemaAttributeGroup)schemaToUpdate.
AttributeGroups
[attributeGroup.QualifiedName];
922
schemaToUpdate.
AttributeGroups
.Insert(attributeGroup.QualifiedName, attributeGroup);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (5)
65
foreach (XmlSchemaAttributeGroup attributeGroup in _schema.
AttributeGroups
.Values)
181
schema.
AttributeGroups
.Clear();
202
foreach (XmlSchemaAttributeGroup attributeGroup in _schema.
AttributeGroups
.Values)
1757
attributeGroupResolved = (XmlSchemaAttributeGroup)_schema.
AttributeGroups
[attributeGroupRef.RefName];
1817
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)_schema.
AttributeGroups
[attributeGroupRef.RefName];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (6)
113
schema.
AttributeGroups
.Clear();
519
foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.
AttributeGroups
.Values)
521
AddToTable(schema.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
549
AddToTable(schema.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
633
attributeGroup.Redefined = (XmlSchemaAttributeGroup)redefine.Schema.
AttributeGroups
[attributeGroup.QualifiedName];
712
redefine.Schema.
AttributeGroups
.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
82
foreach (XmlSchemaAttributeGroup attributeGroup in schema.
AttributeGroups
.Values)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
348
ret = schema.
AttributeGroups
[name];