2 writes to _attributes
Microsoft.Build.Tasks.Core (2)
ManifestUtil\MetadataReader.cs (2)
347
_attributes
= null;
375
_attributes
= new StringDictionary
3 references to _attributes
Microsoft.Build.Tasks.Core (3)
ManifestUtil\MetadataReader.cs (3)
321
if (
_attributes
== null)
325
if (
_attributes
== null)
332
return
_attributes
;