1 write to _attributes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (1)
126
newGroup.
_attributes
= XmlSchemaComplexType.CloneAttributes(_attributes);
3 references to _attributes
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (3)
48
get { return
_attributes
; }
124
if (XmlSchemaComplexType.HasAttributeQNameRef(
_attributes
))
126
newGroup._attributes = XmlSchemaComplexType.CloneAttributes(
_attributes
);