2 references to TargetPath
Microsoft.DotNet.HotReload.Watch (2)
Build\BuildNames.cs (1)
11
public const string TargetPath = nameof(
TargetPath
);
Build\ProjectGraphUtilities.cs (1)
59
=> project.GetPropertyValue(PropertyNames.
TargetPath
) is { Length: >0 } path ? Path.GetDirectoryName(Path.Combine(project.Directory, path)) : null;