5 references to Attributes
Microsoft.Build.Tasks.Core (5)
ManifestUtil\MetadataReader.cs (5)
306public string Name => Attributes[nameof(Name)]; 307public string Version => Attributes[nameof(Version)]; 308public string PublicKeyToken => Attributes[nameof(PublicKeyToken)]; 309public string Culture => Attributes[nameof(Culture)]; 310public string ProcessorArchitecture => Attributes[nameof(ProcessorArchitecture)];