1 instantiation of XmlSchemaAttributeGroupRef
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1805builder._xso = builder._attributeGroupRef = new XmlSchemaAttributeGroupRef();
44 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) 998XmlSchemaAttributeGroupRef? groupRef = so as XmlSchemaAttributeGroupRef; 1020XmlSchemaAttributeGroupRef 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)
405else if (t == typeof(XmlSchemaAttributeGroupRef)) 407XmlSchemaAttributeGroup? 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)
670else if (item is XmlSchemaAttributeGroupRef) 672XmlQualifiedName groupName = ((XmlSchemaAttributeGroupRef)item).RefName;
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\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
30[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))]