2 references to TargetPath
dotnet-watch (2)
Build\BuildNames.cs (1)
40
public const string TargetPath = nameof(
TargetPath
);
HotReload\HotReloadDotNetWatcher.cs (1)
612
var targetPath = Path.Combine(outputDir, item.GetMetadata(MetadataNames.
TargetPath
));