2 writes to _attributes
Microsoft.Build.Tasks.Core (2)
ManifestUtil\MetadataReader.cs (2)
168
_attributes
= new StringDictionary
275
_attributes
= null;
3 references to _attributes
Microsoft.Build.Tasks.Core (3)
ManifestUtil\MetadataReader.cs (3)
128
if (
_attributes
== null)
132
if (
_attributes
== null)
139
return
_attributes
;