14 references to CreateFullFilePath
PresentationBuildTasks (14)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (7)
286
_outputDir= TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
953
_applicationFile = TaskHelper.
CreateFullFilePath
(ApplicationMarkup[0].ItemSpec, SourceDir);
1050
if (!TaskFileService.Exists(TaskHelper.
CreateFullFilePath
(filePath, SourceDir)))
1071
string fullFilePath = TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
1138
refpath = TaskHelper.
CreateFullFilePath
(refpath, SourceDir);
1524
string fullLocalXamlFile = TaskHelper.
CreateFullFilePath
(inputLocalRefXamlFileList[i], SourceDir);
1555
string xamlInputFullPath = TaskHelper.
CreateFullFilePath
(inputXamlItem.ItemSpec, SourceDir);
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
260
_outputPath= TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
534
string fullFilePath = TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
618
refpath = TaskHelper.
CreateFullFilePath
(refpath, SourceDir);
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
316
if (!File.Exists(TaskHelper.
CreateFullFilePath
(strFileName, SourceDir)))
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (1)
173
_backupPath = TaskHelper.
CreateFullFilePath
(value, sourceDir);
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (2)
128
fullpath1 =
CreateFullFilePath
(path1, sourceDir);
129
fullpath2 =
CreateFullFilePath
(path2, sourceDir);