2 writes to _attributes
Microsoft.Build.Tasks.Core (2)
ManifestUtil\MetadataReader.cs (2)
153
_attributes
= new StringDictionary
255
_attributes
= null;
3 references to _attributes
Microsoft.Build.Tasks.Core (3)
ManifestUtil\MetadataReader.cs (3)
113
if (
_attributes
== null)
117
if (
_attributes
== null)
124
return
_attributes
;