Implemented interface member:
method
GetMetadata
Microsoft.Build.Framework.ITaskItem.GetMetadata(System.String)
7 references to GetMetadata
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\ReferenceTable.cs (1)
2744
referenceSourceTarget: referenceItem.
GetMetadata
(ItemMetadataNames.msbuildReferenceSourceTarget),
GetSDKReferenceFiles.cs (2)
458
if (outputItem.
GetMetadata
(ItemMetadataNames.msbuildReferenceSourceTarget).Length == 0)
540
if (outputItem.
GetMetadata
(ItemMetadataNames.msbuildReferenceSourceTarget).Length == 0)
Microsoft.DotNet.Build.Tasks.Packaging (1)
CreateTrimDependencyGroups.cs (1)
141
item.SetMetadata("CopiedFromTargetFramework", item.
GetMetadata
("TargetFramework"));
Microsoft.NET.Build.Tasks (1)
ResolveRuntimePackAssets.cs (1)
238
var assetSubPath = assetItem.
GetMetadata
(MetadataKeys.DestinationSubPath);
sdk-tasks (2)
AddMetadataIsPE.cs (2)
27
var isPe = File.Exists(resultItem.
GetMetadata
("FullPath")) && HasMetadata(resultItem.
GetMetadata
("FullPath"));