2 references to TargetPath
Microsoft.DotNet.HotReload.Watch (2)
Build\BuildNames.cs (1)
44
public const string TargetPath = nameof(
TargetPath
);
HotReload\HotReloadDotNetWatcher.cs (1)
713
var targetPath = Path.Combine(outputDir, item.GetMetadata(MetadataNames.
TargetPath
));