5 references to Attributes
Microsoft.Build.Tasks.Core (5)
ManifestUtil\MetadataReader.cs (5)
76public string Name => Attributes[nameof(Name)]; 77public string Version => Attributes[nameof(Version)]; 78public string PublicKeyToken => Attributes[nameof(PublicKeyToken)]; 79public string Culture => Attributes[nameof(Culture)]; 80public string ProcessorArchitecture => Attributes[nameof(ProcessorArchitecture)];