1 write to RelativeInstallationPath
Microsoft.DotNet.Build.Tasks.VisualStudio (1)
OptProf\IbcEntry.cs (1)
28RelativeInstallationPath = relativeInstallationPath;
2 references to RelativeInstallationPath
Microsoft.DotNet.Build.Tasks.VisualStudio (2)
OptProf\GenerateTrainingInputFiles.cs (1)
147string basePath = Path.Combine(outDir, entry.RelativeDirectoryPath.Replace("\\", "") + Path.GetFileNameWithoutExtension(entry.RelativeInstallationPath));
OptProf\IbcEntry.cs (1)
36new JProperty("RelativeInstallationPath", RelativeInstallationPath),