1 write to targetPath
Microsoft.Build.Tasks.Core (1)
ResolveManifestFiles.cs (1)
808
this.
targetPath
= item.GetMetadata(ItemMetadataNames.targetPath);
3 references to targetPath
Microsoft.Build.Tasks.Core (3)
ResolveManifestFiles.cs (3)
482
assemblyList.Add(CreateAssemblyItem(entry.item, entry.publishInfo.group, entry.publishInfo.
targetPath
, entry.publishInfo.includeHash));
591
fileList.Add(CreateFileItem(entry.item, entry.publishInfo.group, entry.publishInfo.
targetPath
, entry.publishInfo.includeHash, flags.IsDataFile));
652
assemblyList.Add(CreateAssemblyItem(entry.item, entry.publishInfo.group, entry.publishInfo.
targetPath
, entry.publishInfo.includeHash));