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