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