14 references to CreateFullFilePath
PresentationBuildTasks (14)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (7)
261
_outputDir= TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
938
_applicationFile = TaskHelper.
CreateFullFilePath
(ApplicationMarkup[0].ItemSpec, SourceDir);
1035
if (!TaskFileService.Exists(TaskHelper.
CreateFullFilePath
(filePath, SourceDir)))
1056
string fullFilePath = TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
1123
refpath = TaskHelper.
CreateFullFilePath
(refpath, SourceDir);
1501
string fullLocalXamlFile = TaskHelper.
CreateFullFilePath
(inputLocalRefXamlFileList[i], SourceDir);
1532
string xamlInputFullPath = TaskHelper.
CreateFullFilePath
(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
240
_outputPath= TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
519
string fullFilePath = TaskHelper.
CreateFullFilePath
(filePath, SourceDir);
603
refpath = TaskHelper.
CreateFullFilePath
(refpath, SourceDir);
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
296
if (!File.Exists(TaskHelper.
CreateFullFilePath
(strFileName, SourceDir)))
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
156
_backupPath = TaskHelper.
CreateFullFilePath
(value, sourceDir);
MS\Internal\Tasks\TaskHelper.cs (2)
99
fullpath1 =
CreateFullFilePath
(path1, sourceDir);
100
fullpath2 =
CreateFullFilePath
(path2, sourceDir);