3 instantiations of XmlSchemaAttributeGroup
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6939o = new global::System.Xml.Schema.XmlSchemaAttributeGroup();
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
399XmlSchemaAttributeGroup attributeGroup = new XmlSchemaAttributeGroup();
System\Xml\Schema\XsdBuilder.cs (1)
1647builder.xso = builder.attributeGroup = new XmlSchemaAttributeGroup();
110 references to XmlSchemaAttributeGroup
System.Data (10)
fx\src\data\System\Data\XMLSchema.cs (10)
181if (item is XmlSchemaAttributeGroup) { 182XmlSchemaAttributeGroup attr = (XmlSchemaAttributeGroup)item; 452if (so is XmlSchemaAttributeGroup) { 849XmlSchemaAttributeGroup schemaGroup = attributeGroups[groupRef.RefName] as XmlSchemaAttributeGroup; 857private void HandleAttributeGroup(XmlSchemaAttributeGroup attributeGroup, DataTable table, bool isBase) { 864XmlSchemaAttributeGroup attributeGroupResolved; 866attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.RedefinedAttributeGroup; 869attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroups[attributeGroupRef.RefName];
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
39{ typeof(XmlSchemaAttributeGroup), ErrorHandler }, 89{ typeof(XmlSchemaAttributeGroup), ErrorHandler },
System.Web.Extensions (1)
Compilation\WCFModel\SchemaMerger.cs (1)
48new SchemaTopLevelItemType(typeof(XmlSchemaAttributeGroup), "attributeGroup"),
System.Web.Services (10)
System\Web\Services\Description\SchemaCompiler.cs (2)
111else if (o is XmlSchemaAttributeGroup) { 112item = Res.GetString(Res.XmlSchemaNamedItem, ns, "attributeGroup", ((XmlSchemaAttributeGroup)o).Name, details);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
1879else if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroup) { 1880Write40_XmlSchemaAttributeGroup(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroup)ai), false, false); 3884void Write40_XmlSchemaAttributeGroup(string n, string ns, global::System.Xml.Schema.XmlSchemaAttributeGroup o, bool isNullable, bool needType) { 3891if (t == typeof(global::System.Xml.Schema.XmlSchemaAttributeGroup)) { 4042else if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroup) { 4043Write40_XmlSchemaAttributeGroup(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroup)ai), false, false); 6926global::System.Xml.Schema.XmlSchemaAttributeGroup Read40_XmlSchemaAttributeGroup(bool isNullable, bool checkType) { 6938global::System.Xml.Schema.XmlSchemaAttributeGroup o;
System.Xml (87)
System\Xml\Schema\BaseProcessor.cs (5)
70if (item is XmlSchemaAttributeGroup) { 138XmlSchemaAttributeGroup attGroup = item as XmlSchemaAttributeGroup; 139XmlSchemaAttributeGroup existingAttGroup = existingObject as XmlSchemaAttributeGroup;
System\Xml\Schema\Preprocessor.cs (12)
399XmlSchemaAttributeGroup attributeGroup = new XmlSchemaAttributeGroup(); 644else if (schemaItems[i] is XmlSchemaAttributeGroup) { 645XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)schemaItems[i]; 701foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.AttributeGroups.Values) { 757else if (items[i] is XmlSchemaAttributeGroup) { 758XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)items[i]; 766XmlSchemaAttributeGroup originalAttrGroup = (XmlSchemaAttributeGroup)schemaToUpdate.AttributeGroups[attributeGroup.QualifiedName]; 924private void CheckRefinedAttributeGroup(XmlSchemaAttributeGroup attributeGroup) { 1052private void PreprocessAttributeGroup(XmlSchemaAttributeGroup attributeGroup) {
System\Xml\Schema\SchemaCollectionCompiler.cs (13)
58foreach (XmlSchemaAttributeGroup attributeGroup in this.schema.AttributeGroups.Values) { 93XmlSchemaAttributeGroup attrgroup; 102else if ((attrgroup = item as XmlSchemaAttributeGroup) != null) { 124XmlSchemaAttributeGroup attrgroup; 133else if ((attrgroup = schema.Items[i] as XmlSchemaAttributeGroup) != null) { 168foreach (XmlSchemaAttributeGroup attributeGroup in this.schema.AttributeGroups.Values) { 249private static void CleanupAttributeGroup(XmlSchemaAttributeGroup attributeGroup) { 1362private void CompileAttributeGroup(XmlSchemaAttributeGroup attributeGroup) { 1387XmlSchemaAttributeGroup attributeGroupResolved; 1389attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.Redefined; 1392attributeGroupResolved = (XmlSchemaAttributeGroup)this.schema.AttributeGroups[attributeGroupRef.RefName]; 1441XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)this.schema.AttributeGroups[attributeGroupRef.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (10)
425foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.AttributeGroups.Values) { 446else if (schema.Items[i] is XmlSchemaAttributeGroup) { 447XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)schema.Items[i]; 508else if (redefine.Items[i] is XmlSchemaAttributeGroup) { 509XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)redefine.Items[i]; 516attributeGroup.Redefined = (XmlSchemaAttributeGroup)redefine.Schema.AttributeGroups[attributeGroup.QualifiedName]; 617private void CheckRefinedAttributeGroup(XmlSchemaAttributeGroup attributeGroup) { 742private void PreprocessAttributeGroup(XmlSchemaAttributeGroup attributeGroup) {
System\Xml\Schema\SchemaSetCompiler.cs (15)
71foreach (XmlSchemaAttributeGroup attributeGroup in schema.AttributeGroups.Values) { 161foreach(XmlSchemaAttributeGroup attributeGroup in attributeGroups.Values) { 215foreach (XmlSchemaAttributeGroup attributeGroup in attributeGroups.Values) { 216XmlSchemaAttributeGroup baseAttributeGroup = attributeGroup.Redefined; 231private void CleanupAttributeGroup(XmlSchemaAttributeGroup attributeGroup) { 446private void RecursivelyCheckRedefinedAttributeGroups(XmlSchemaAttributeGroup attributeGroup, XmlSchemaAttributeGroup baseAttributeGroup) { 1636private void CompileAttributeGroup(XmlSchemaAttributeGroup attributeGroup) { 1664XmlSchemaAttributeGroup attributeGroupResolved; 1666attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.Redefined; 1669attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroups[attributeGroupRef.RefName]; 1720XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)attributeGroups[attributeGroupRef.RefName]; 1832private void CheckAtrributeGroupRestriction(XmlSchemaAttributeGroup baseAttributeGroup, XmlSchemaAttributeGroup derivedAttributeGroup) {
System\Xml\Schema\XmlSchema.cs (1)
336XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)),
System\Xml\Schema\XmlSchemaAttributeGroup.cs (5)
22XmlSchemaAttributeGroup redefined; 80public XmlSchemaAttributeGroup RedefinedAttributeGroup { 85internal XmlSchemaAttributeGroup Redefined { 107XmlSchemaAttributeGroup newGroup = (XmlSchemaAttributeGroup)MemberwiseClone();
System\Xml\Schema\XmlSchemaRedefine.cs (1)
36XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)),
System\Xml\Schema\XsdBuilder.cs (2)
657private XmlSchemaAttributeGroup attributeGroup; 959this.attributeGroup = (XmlSchemaAttributeGroup)container;
System\Xml\Serialization\ImportContext.cs (5)
411XmlSchemaAttributeGroup group = (XmlSchemaAttributeGroup)schemas.Find(((XmlSchemaAttributeGroupRef)item).RefName, typeof(XmlSchemaAttributeGroup), false); 414else if (t == typeof(XmlSchemaAttributeGroup)) { 415foreach (XmlSchemaObject o in ((XmlSchemaAttributeGroup)item).Attributes) {
System\Xml\Serialization\SchemaObjectWriter.cs (5)
61else if (o is XmlSchemaAttributeGroup) { 62return ((XmlSchemaAttributeGroup)o).QualifiedName; 382else if (t == typeof(XmlSchemaAttributeGroup)) { 383Write31_XmlSchemaAttributeGroup((XmlSchemaAttributeGroup)o); 613void Write31_XmlSchemaAttributeGroup(XmlSchemaAttributeGroup o) {
System\Xml\Serialization\SoapSchemaImporter.cs (1)
322if (item is XmlSchemaAttributeGroup) {
System\Xml\Serialization\XmlSchemaImporter.cs (7)
1462void ImportAttributeGroupMembers(XmlSchemaAttributeGroup group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns) { 1465if (item is XmlSchemaAttributeGroup) 1466ImportAttributeGroupMembers((XmlSchemaAttributeGroup)item, identifier, members, membersScope, ns); 1711XmlSchemaAttributeGroup FindAttributeGroup(XmlQualifiedName name) { 1712XmlSchemaAttributeGroup group = (XmlSchemaAttributeGroup)Schemas.Find(name, typeof(XmlSchemaAttributeGroup));
System\Xml\Serialization\XmlSchemas.cs (5)
299else if (type == typeof(XmlSchemaAttributeGroup)) { 470else if (o is XmlSchemaAttributeGroup) { 471return ((XmlSchemaAttributeGroup)o).Name; 529else if (o is XmlSchemaAttributeGroup) { 530item = Res.GetString(Res.XmlSchemaNamedItem, ns, "attributeGroup", ((XmlSchemaAttributeGroup)o).Name, details);