2 writes to LauncherPath
Microsoft.Build.Tasks.Core (2)
ManifestUtil\LauncherBuilder.cs (2)
26LauncherPath = launcherPath; 38LauncherPath = launcherPath;
3 references to LauncherPath
Microsoft.Build.Tasks.Core (3)
ManifestUtil\LauncherBuilder.cs (3)
66AbsolutePath launcherPath = string.IsNullOrEmpty(LauncherPath) ? default : TaskEnvironment.GetAbsolutePath(LauncherPath); 67string launcherFilename = Path.GetFileName(LauncherPath);