3 instantiations of XmlSchemaAttributeGroup
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
473
XmlSchemaAttributeGroup attributeGroup = new
XmlSchemaAttributeGroup
();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1783
builder._xso = builder._attributeGroup = new
XmlSchemaAttributeGroup
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8640
o = new Microsoft.Xml.Schema.
XmlSchemaAttributeGroup
();
95 references to XmlSchemaAttributeGroup
dotnet-svcutil-lib (95)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (5)
84
if (item is
XmlSchemaAttributeGroup
)
172
XmlSchemaAttributeGroup
attGroup = item as
XmlSchemaAttributeGroup
;
173
XmlSchemaAttributeGroup
existingAttGroup = existingObject as
XmlSchemaAttributeGroup
;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (12)
473
XmlSchemaAttributeGroup
attributeGroup = new XmlSchemaAttributeGroup();
764
else if (schemaItems[i] is
XmlSchemaAttributeGroup
)
766
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)schemaItems[i];
834
foreach (
XmlSchemaAttributeGroup
attributeGroup in includedSchema.AttributeGroups.Values)
901
else if (items[i] is
XmlSchemaAttributeGroup
)
903
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)items[i];
913
XmlSchemaAttributeGroup
originalAttrGroup = (
XmlSchemaAttributeGroup
)schemaToUpdate.AttributeGroups[attributeGroup.QualifiedName];
1112
private void CheckRefinedAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
1276
private void PreprocessAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (13)
65
foreach (
XmlSchemaAttributeGroup
attributeGroup in _schema.AttributeGroups.Values)
111
XmlSchemaAttributeGroup
attrgroup;
121
else if ((attrgroup = item as
XmlSchemaAttributeGroup
) != null)
149
XmlSchemaAttributeGroup
attrgroup;
159
else if ((attrgroup = schema.Items[i] as
XmlSchemaAttributeGroup
) != null)
202
foreach (
XmlSchemaAttributeGroup
attributeGroup in _schema.AttributeGroups.Values)
308
private static void CleanupAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
1716
private void CompileAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
1750
XmlSchemaAttributeGroup
attributeGroupResolved;
1753
attributeGroupResolved = (
XmlSchemaAttributeGroup
)attributeGroup.Redefined;
1757
attributeGroupResolved = (
XmlSchemaAttributeGroup
)_schema.AttributeGroups[attributeGroupRef.RefName];
1817
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)_schema.AttributeGroups[attributeGroupRef.RefName];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (10)
519
foreach (
XmlSchemaAttributeGroup
attributeGroup in includedSchema.AttributeGroups.Values)
545
else if (schema.Items[i] is
XmlSchemaAttributeGroup
)
547
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)schema.Items[i];
622
else if (redefine.Items[i] is
XmlSchemaAttributeGroup
)
624
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)redefine.Items[i];
633
attributeGroup.Redefined = (
XmlSchemaAttributeGroup
)redefine.Schema.AttributeGroups[attributeGroup.QualifiedName];
762
private void CheckRefinedAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
923
private void PreprocessAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (15)
82
foreach (
XmlSchemaAttributeGroup
attributeGroup in schema.AttributeGroups.Values)
195
foreach (
XmlSchemaAttributeGroup
attributeGroup in _attributeGroups.Values)
266
foreach (
XmlSchemaAttributeGroup
attributeGroup in _attributeGroups.Values)
268
XmlSchemaAttributeGroup
baseAttributeGroup = attributeGroup.Redefined;
286
private void CleanupAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
557
private void RecursivelyCheckRedefinedAttributeGroups(
XmlSchemaAttributeGroup
attributeGroup,
XmlSchemaAttributeGroup
baseAttributeGroup)
2051
private void CompileAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
2089
XmlSchemaAttributeGroup
attributeGroupResolved;
2092
attributeGroupResolved = (
XmlSchemaAttributeGroup
)attributeGroup.Redefined;
2096
attributeGroupResolved = (
XmlSchemaAttributeGroup
)_attributeGroups[attributeGroupRef.RefName];
2160
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)_attributeGroups[attributeGroupRef.RefName];
2301
private void CheckAtrributeGroupRestriction(
XmlSchemaAttributeGroup
baseAttributeGroup,
XmlSchemaAttributeGroup
derivedAttributeGroup)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
362
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroup
)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (5)
24
private
XmlSchemaAttributeGroup
_redefined;
90
public
XmlSchemaAttributeGroup
RedefinedAttributeGroup
96
internal
XmlSchemaAttributeGroup
Redefined
123
XmlSchemaAttributeGroup
newGroup = (
XmlSchemaAttributeGroup
)MemberwiseClone();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaRedefine.cs (1)
39
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroup
)),
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
668
private
XmlSchemaAttributeGroup
_attributeGroup;
1005
_attributeGroup = (
XmlSchemaAttributeGroup
)container;
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (5)
492
XmlSchemaAttributeGroup
group = (
XmlSchemaAttributeGroup
)_schemas.Find(((XmlSchemaAttributeGroupRef)item).RefName, typeof(
XmlSchemaAttributeGroup
), false);
495
else if (t == typeof(
XmlSchemaAttributeGroup
))
497
foreach (XmlSchemaObject o in ((
XmlSchemaAttributeGroup
)item).Attributes)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (5)
69
else if (o is
XmlSchemaAttributeGroup
)
71
return ((
XmlSchemaAttributeGroup
)o).QualifiedName;
464
else if (t == typeof(
XmlSchemaAttributeGroup
))
466
Write31_XmlSchemaAttributeGroup((
XmlSchemaAttributeGroup
)o);
743
private void Write31_XmlSchemaAttributeGroup(
XmlSchemaAttributeGroup
o)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
354
if (item is
XmlSchemaAttributeGroup
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (7)
1675
private void ImportAttributeGroupMembers(
XmlSchemaAttributeGroup
group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns)
1680
if (item is
XmlSchemaAttributeGroup
)
1681
ImportAttributeGroupMembers((
XmlSchemaAttributeGroup
)item, identifier, members, membersScope, ns);
1964
private
XmlSchemaAttributeGroup
FindAttributeGroup(XmlQualifiedName name)
1966
XmlSchemaAttributeGroup
group = (
XmlSchemaAttributeGroup
)Schemas.Find(name, typeof(
XmlSchemaAttributeGroup
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (5)
346
else if (type == typeof(
XmlSchemaAttributeGroup
))
564
else if (o is
XmlSchemaAttributeGroup
)
566
return ((
XmlSchemaAttributeGroup
)o).Name;
641
else if (o is
XmlSchemaAttributeGroup
)
643
item = string.Format(ResXml.XmlSchemaNamedItem, ns, "attributeGroup", ((
XmlSchemaAttributeGroup
)o).Name, details);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
2400
else if (ai is Microsoft.Xml.Schema.
XmlSchemaAttributeGroup
)
2402
Write40_XmlSchemaAttributeGroup(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaAttributeGroup
)ai), false, false);
4897
private void Write40_XmlSchemaAttributeGroup(string n, string ns, Microsoft.Xml.Schema.
XmlSchemaAttributeGroup
o, bool isNullable, bool needType)
4907
if (t == typeof(Microsoft.Xml.Schema.
XmlSchemaAttributeGroup
))
5094
else if (ai is Microsoft.Xml.Schema.
XmlSchemaAttributeGroup
)
5096
Write40_XmlSchemaAttributeGroup(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaAttributeGroup
)ai), false, false);
8624
private Microsoft.Xml.Schema.
XmlSchemaAttributeGroup
Read40_XmlSchemaAttributeGroup(bool isNullable, bool checkType)
8639
Microsoft.Xml.Schema.
XmlSchemaAttributeGroup
o;