5 references to GetAbsoluteSourcePath
Microsoft.DotNet.Build.Tasks.Installers (5)
src\CreateWixBuildWixpack.cs (5)
183var fullSourceDir = GetAbsoluteSourcePath(IncludeSearchPaths[i]); 532var xmlPath = GetAbsoluteSourcePath(sourceFile.ItemSpec); 602source = GetAbsoluteSourcePath(source, sourceFileFolder); 672string includeFilePath = GetAbsoluteSourcePath(ResolvePath(filename), relativeRoot); 1045source = GetAbsoluteSourcePath(source, relativeRoot);