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