1 write to _customAttributes
Microsoft.Build.Tasks.Core (1)
ManifestUtil\MetadataReader.cs (1)
84
_customAttributes
= new List<string>();
4 references to _customAttributes
Microsoft.Build.Tasks.Core (4)
ManifestUtil\MetadataReader.cs (4)
62
if (
_customAttributes
== null)
66
if (
_customAttributes
== null)
73
return
_customAttributes
.Contains(name);
105
_customAttributes
.Add(type);