1 write to _customAttributes
Microsoft.Build.Tasks.Core (1)
ManifestUtil\MetadataReader.cs (1)
99
_customAttributes
= new List<string>();
5 references to _customAttributes
Microsoft.Build.Tasks.Core (5)
ManifestUtil\MetadataReader.cs (5)
65
return
_customAttributes
.Contains(name);
73
results[i] =
_customAttributes
.Contains(names[i]);
79
if (
_customAttributes
== null)
83
if (
_customAttributes
== null)
120
_customAttributes
.Add(type);