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