5 references to Attributes
Microsoft.Build.Tasks.Core (5)
ManifestUtil\MetadataReader.cs (5)
91public string Name => Attributes[nameof(Name)]; 92public string Version => Attributes[nameof(Version)]; 93public string PublicKeyToken => Attributes[nameof(PublicKeyToken)]; 94public string Culture => Attributes[nameof(Culture)]; 95public string ProcessorArchitecture => Attributes[nameof(ProcessorArchitecture)];