5 references to Attributes
Microsoft.Build.Tasks.Core (5)
ManifestUtil\MetadataReader.cs (5)
311public string Name => Attributes[nameof(Name)]; 312public string Version => Attributes[nameof(Version)]; 313public string PublicKeyToken => Attributes[nameof(PublicKeyToken)]; 314public string Culture => Attributes[nameof(Culture)]; 315public string ProcessorArchitecture => Attributes[nameof(ProcessorArchitecture)];