5 references to _attributeGroups
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (5)
88
AddToTable(
_attributeGroups
, attributeGroup.QualifiedName, attributeGroup);
195
foreach (XmlSchemaAttributeGroup attributeGroup in
_attributeGroups
.Values)
266
foreach (XmlSchemaAttributeGroup attributeGroup in
_attributeGroups
.Values)
2096
attributeGroupResolved = (XmlSchemaAttributeGroup)
_attributeGroups
[attributeGroupRef.RefName];
2160
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)
_attributeGroups
[attributeGroupRef.RefName];