5 references to GetAbsoluteSourcePath
Microsoft.DotNet.Build.Tasks.Installers (5)
src\CreateWixBuildWixpack.cs (5)
167var fullSourceDir = GetAbsoluteSourcePath(IncludeSearchPaths[i]); 487var xmlPath = GetAbsoluteSourcePath(sourceFile.ItemSpec); 555source = GetAbsoluteSourcePath(source, sourceFileFolder); 625string includeFilePath = GetAbsoluteSourcePath(ResolvePath(filename), relativeRoot); 996source = GetAbsoluteSourcePath(source, relativeRoot);