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