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)
65return _customAttributes.Contains(name); 73results[i] = _customAttributes.Contains(names[i]); 79if (_customAttributes == null) 83if (_customAttributes == null) 120_customAttributes.Add(type);