1 instantiation of XmlSchemaAttributeGroupRef
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1805
builder._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)
521
if (so is
XmlSchemaAttributeGroupRef
)
998
XmlSchemaAttributeGroupRef
? groupRef = so as
XmlSchemaAttributeGroupRef
;
1020
XmlSchemaAttributeGroupRef
attributeGroupRef = (
XmlSchemaAttributeGroupRef
)obj;
System.Private.Xml (36)
System\Xml\Schema\Preprocessor.cs (4)
1082
XmlSchemaAttributeGroupRef
? attrGroupRef = attributeGroup.Attributes[i] as
XmlSchemaAttributeGroupRef
;
2013
XmlSchemaAttributeGroupRef
attributeGroupRef = (
XmlSchemaAttributeGroupRef
)attributes[i];
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
1747
XmlSchemaAttributeGroupRef
attributeGroupRef = (
XmlSchemaAttributeGroupRef
)attributeGroup.Attributes[i];
1815
XmlSchemaAttributeGroupRef
attributeGroupRef = (
XmlSchemaAttributeGroupRef
)attributes[i];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
759
XmlSchemaAttributeGroupRef
? groupRef = attributeGroup.Attributes[i] as
XmlSchemaAttributeGroupRef
;
1681
XmlSchemaAttributeGroupRef
attributeGroupRef = (
XmlSchemaAttributeGroupRef
)attributes[i];
System\Xml\Schema\SchemaSetCompiler.cs (4)
2102
XmlSchemaAttributeGroupRef
attributeGroupRef = (
XmlSchemaAttributeGroupRef
)attributeGroup.Attributes[i];
2175
XmlSchemaAttributeGroupRef
attributeGroupRef = (
XmlSchemaAttributeGroupRef
)attributes[i];
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
28
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroupRef
))]
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
34
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroupRef
))]
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
34
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroupRef
))]
System\Xml\Schema\XmlSchemaComplexType.cs (6)
190
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroupRef
))]
414
XmlSchemaAttributeGroupRef
? attributeGroupRef;
415
XmlSchemaAttributeGroupRef
newAttGroupRef;
422
attributeGroupRef = xso as
XmlSchemaAttributeGroupRef
;
425
newAttGroupRef = (
XmlSchemaAttributeGroupRef
)attributeGroupRef.Clone();
555
if (attributes[i] is
XmlSchemaAttributeGroupRef
)
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
22
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroupRef
))]
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
48
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroupRef
))]
System\Xml\Schema\XsdBuilder.cs (2)
660
private
XmlSchemaAttributeGroupRef
? _attributeGroupRef;
1000
_attributeGroupRef = (
XmlSchemaAttributeGroupRef
)container;
System\Xml\Serialization\ImportContext.cs (2)
405
else if (t == typeof(
XmlSchemaAttributeGroupRef
))
407
XmlSchemaAttributeGroup? group = (XmlSchemaAttributeGroup?)_schemas.Find(((
XmlSchemaAttributeGroupRef
)item).RefName, typeof(XmlSchemaAttributeGroup), false);
System\Xml\Serialization\SchemaObjectWriter.cs (3)
458
else if (t == typeof(
XmlSchemaAttributeGroupRef
))
460
Write32_XmlSchemaAttributeGroupRef((
XmlSchemaAttributeGroupRef
)o);
756
private void Write32_XmlSchemaAttributeGroupRef(
XmlSchemaAttributeGroupRef
? o)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
670
else if (item is
XmlSchemaAttributeGroupRef
)
672
XmlQualifiedName 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
))]