14 references to CreateFullFilePath
PresentationBuildTasks (14)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (7)
277
_outputDir= TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
954
_applicationFile = TaskHelper.
CreateFullFilePath
(ApplicationMarkup[0].ItemSpec, SourceDir);
1051
if (!TaskFileService.Exists(TaskHelper.
CreateFullFilePath
(filePath, SourceDir)))
1072
string fullFilePath = TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
1139
refpath = TaskHelper.
CreateFullFilePath
(refpath, SourceDir);
1515
string fullLocalXamlFile = TaskHelper.
CreateFullFilePath
(inputLocalRefXamlFileList[i], SourceDir);
1546
string xamlInputFullPath = TaskHelper.
CreateFullFilePath
(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
253
_outputPath= TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
532
string fullFilePath = TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
616
refpath = TaskHelper.
CreateFullFilePath
(refpath, SourceDir);
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
310
if (!File.Exists(TaskHelper.
CreateFullFilePath
(strFileName, SourceDir)))
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
167
_backupPath = TaskHelper.
CreateFullFilePath
(value, sourceDir);
MS\Internal\Tasks\TaskHelper.cs (2)
107
fullpath1 =
CreateFullFilePath
(path1, sourceDir);
108
fullpath2 =
CreateFullFilePath
(path2, sourceDir);