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