1 write to _attributes
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
94
newGroup.
_attributes
= XmlSchemaComplexType.CloneAttributes(_attributes);
3 references to _attributes
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaAttributeGroup.cs (3)
31
get { return
_attributes
; }
92
if (XmlSchemaComplexType.HasAttributeQNameRef(
_attributes
))
94
newGroup._attributes = XmlSchemaComplexType.CloneAttributes(
_attributes
);