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