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)
62if (_customAttributes == null) 66if (_customAttributes == null) 73return _customAttributes.Contains(name); 105_customAttributes.Add(type);