5 references to Attributes
Microsoft.Build.Tasks.Core (5)
ManifestUtil\MetadataReader.cs (5)
76
public string Name =>
Attributes
[nameof(Name)];
77
public string Version =>
Attributes
[nameof(Version)];
78
public string PublicKeyToken =>
Attributes
[nameof(PublicKeyToken)];
79
public string Culture =>
Attributes
[nameof(Culture)];
80
public string ProcessorArchitecture =>
Attributes
[nameof(ProcessorArchitecture)];