2 writes to _attributes
Microsoft.Build.Tasks.Core (2)
ManifestUtil\MetadataReader.cs (2)
342
_attributes
= null;
370
_attributes
= new StringDictionary
3 references to _attributes
Microsoft.Build.Tasks.Core (3)
ManifestUtil\MetadataReader.cs (3)
316
if (
_attributes
== null)
320
if (
_attributes
== null)
327
return
_attributes
;