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