2 instantiations of XmlSchemaAttributeGroupRef
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7292o = new global::System.Xml.Schema.XmlSchemaAttributeGroupRef();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1671builder.xso = builder.attributeGroupRef = new XmlSchemaAttributeGroupRef();
59 references to XmlSchemaAttributeGroupRef
System.Data (5)
fx\src\data\System\Data\XMLSchema.cs (5)
455if (so is XmlSchemaAttributeGroupRef) { 848XmlSchemaAttributeGroupRef groupRef = so as XmlSchemaAttributeGroupRef; 863XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)obj;
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
40{ typeof(XmlSchemaAttributeGroupRef), ErrorHandler }, 90{ typeof(XmlSchemaAttributeGroupRef), ErrorHandler },
System.Web.Services (16)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (16)
3180if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 3181Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 3296void Write37_XmlSchemaAttributeGroupRef(string n, string ns, global::System.Xml.Schema.XmlSchemaAttributeGroupRef o, bool isNullable, bool needType) { 3303if (t == typeof(global::System.Xml.Schema.XmlSchemaAttributeGroupRef)) { 3562else if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 3563Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 3634else if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 3635Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 3782else if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 3783Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 3835else if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 3836Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 3918if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 3919Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 7279global::System.Xml.Schema.XmlSchemaAttributeGroupRef Read37_XmlSchemaAttributeGroupRef(bool isNullable, bool checkType) { 7291global::System.Xml.Schema.XmlSchemaAttributeGroupRef o;
System.Xml (36)
System\Xml\Schema\Preprocessor.cs (4)
927XmlSchemaAttributeGroupRef attrGroupRef = attributeGroup.Attributes[i] as XmlSchemaAttributeGroupRef; 1654XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
1386XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes[i]; 1440XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
620XmlSchemaAttributeGroupRef groupRef = attributeGroup.Attributes[i] as XmlSchemaAttributeGroupRef; 1342XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
System\Xml\Schema\SchemaSetCompiler.cs (4)
1663XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes[i]; 1719XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef) attributes[i];
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
42XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
51XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
51XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaComplexType.cs (6)
203XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] 434XmlSchemaAttributeGroupRef attributeGroupRef; 435XmlSchemaAttributeGroupRef newAttGroupRef; 441attributeGroupRef = xso as XmlSchemaAttributeGroupRef; 443newAttGroupRef = (XmlSchemaAttributeGroupRef)attributeGroupRef.Clone(); 550if (attributes[i] is XmlSchemaAttributeGroupRef) {
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
36XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
68XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XsdBuilder.cs (2)
658private XmlSchemaAttributeGroupRef attributeGroupRef; 962this.attributeGroupRef = (XmlSchemaAttributeGroupRef)container;
System\Xml\Serialization\ImportContext.cs (2)
410else if (t == typeof(XmlSchemaAttributeGroupRef)) { 411XmlSchemaAttributeGroup group = (XmlSchemaAttributeGroup)schemas.Find(((XmlSchemaAttributeGroupRef)item).RefName, typeof(XmlSchemaAttributeGroup), false);
System\Xml\Serialization\SchemaObjectWriter.cs (3)
378else if (t == typeof(XmlSchemaAttributeGroupRef)) { 379Write32_XmlSchemaAttributeGroupRef((XmlSchemaAttributeGroupRef)o); 626void Write32_XmlSchemaAttributeGroupRef(XmlSchemaAttributeGroupRef o) {
System\Xml\Serialization\XmlSchemaImporter.cs (2)
675else if (item is XmlSchemaAttributeGroupRef) { 676XmlQualifiedName groupName = ((XmlSchemaAttributeGroupRef)item).RefName;