2 instantiations of XmlSchemaAttributeGroupRef
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1805builder._xso = builder._attributeGroupRef = new XmlSchemaAttributeGroupRef();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8985o = new global::System.Xml.Schema.XmlSchemaAttributeGroupRef();
60 references to XmlSchemaAttributeGroupRef
netstandard (1)
netstandard.cs (1)
2306[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))]
System.Data.Common (5)
System\Data\XMLSchema.cs (5)
521if (so is XmlSchemaAttributeGroupRef) 994XmlSchemaAttributeGroupRef? groupRef = so as XmlSchemaAttributeGroupRef; 1015XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)obj;
System.Private.Xml (36)
System\Xml\Schema\Preprocessor.cs (4)
1082XmlSchemaAttributeGroupRef? attrGroupRef = attributeGroup.Attributes[i] as XmlSchemaAttributeGroupRef; 2013XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
1747XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes[i]; 1815XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
759XmlSchemaAttributeGroupRef? groupRef = attributeGroup.Attributes[i] as XmlSchemaAttributeGroupRef; 1681XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
System\Xml\Schema\SchemaSetCompiler.cs (4)
2102XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes[i]; 2175XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
28XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
34XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
34XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaComplexType.cs (6)
190XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] 414XmlSchemaAttributeGroupRef? attributeGroupRef; 415XmlSchemaAttributeGroupRef newAttGroupRef; 422attributeGroupRef = xso as XmlSchemaAttributeGroupRef; 425newAttGroupRef = (XmlSchemaAttributeGroupRef)attributeGroupRef.Clone(); 555if (attributes[i] is XmlSchemaAttributeGroupRef)
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
22XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
48XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XsdBuilder.cs (2)
660private XmlSchemaAttributeGroupRef? _attributeGroupRef; 1000_attributeGroupRef = (XmlSchemaAttributeGroupRef)container;
System\Xml\Serialization\ImportContext.cs (2)
403else if (t == typeof(XmlSchemaAttributeGroupRef)) 405XmlSchemaAttributeGroup? group = (XmlSchemaAttributeGroup?)_schemas.Find(((XmlSchemaAttributeGroupRef)item).RefName, typeof(XmlSchemaAttributeGroup), false);
System\Xml\Serialization\SchemaObjectWriter.cs (3)
458else if (t == typeof(XmlSchemaAttributeGroupRef)) 460Write32_XmlSchemaAttributeGroupRef((XmlSchemaAttributeGroupRef)o); 756private void Write32_XmlSchemaAttributeGroupRef(XmlSchemaAttributeGroupRef? o)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
647else if (item is XmlSchemaAttributeGroupRef) 649XmlQualifiedName groupName = ((XmlSchemaAttributeGroupRef)item).RefName;
System.Web.Services.Description (16)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (16)
3745if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 3746Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 3877private void Write37_XmlSchemaAttributeGroupRef(string n, string ns, global::System.Xml.Schema.XmlSchemaAttributeGroupRef o, bool isNullable, bool needType) { 3888if (t == typeof(global::System.Xml.Schema.XmlSchemaAttributeGroupRef)) { 4191else if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 4192Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 4271else if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 4272Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 4435else if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 4436Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 4496else if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 4497Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 4595if (ai is global::System.Xml.Schema.XmlSchemaAttributeGroupRef) { 4596Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 8962private global::System.Xml.Schema.XmlSchemaAttributeGroupRef Read37_XmlSchemaAttributeGroupRef(bool isNullable, bool checkType) { 8984global::System.Xml.Schema.XmlSchemaAttributeGroupRef o;
System.Xml (1)
System.Xml.cs (1)
31[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
30[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))]