2 writes to _attributeUses
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
291
_attributeUses
= new XmlSchemaObjectTable();
490
_attributeUses
= null;
2 references to _attributeUses
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
289
if (
_attributeUses
== null)
293
return
_attributeUses
;