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