2 writes to _attributeUses
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (2)
75
_attributeUses
= new XmlSchemaObjectTable();
129
newGroup.
_attributeUses
= null;
2 references to _attributeUses
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (2)
73
if (
_attributeUses
== null)
77
return
_attributeUses
;