1 write to TaskEnvironment
Microsoft.Build.Tasks.Core (1)
ManifestUtil\LauncherBuilder.cs (1)
39
TaskEnvironment
= taskEnvironment;
2 references to TaskEnvironment
Microsoft.Build.Tasks.Core (2)
ManifestUtil\LauncherBuilder.cs (2)
44
AbsolutePath path = string.IsNullOrEmpty(outputPath) ? default :
TaskEnvironment
.GetAbsolutePath(outputPath);
66
AbsolutePath launcherPath = string.IsNullOrEmpty(LauncherPath) ? default :
TaskEnvironment
.GetAbsolutePath(LauncherPath);