36 references to TaskHelper
PresentationBuildTasks (36)
Microsoft\Build\Tasks\Windows\FileClassifier.cs (2)
77TaskHelper.DisplayLogo(Log, nameof(FileClassifier)); 280if (TaskHelper.IsValidCultureName(Culture) == false)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (14)
91TaskHelper.DisplayLogo(Log, nameof(MarkupCompilePass1)); 262_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 280set { _outputType = TaskHelper.GetLowerString(value); } 449set { _hostInBrowser = TaskHelper.GetLowerString(value); } 939_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1036if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1057string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1060string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1081newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath); 1124refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1213compilerWrapper = TaskHelper.CreateCompilerWrapper(); 1221compilerWrapper.HostInBrowser = TaskHelper.BooleanStringValue(HostInBrowser); 1502string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1533string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (8)
74TaskHelper.DisplayLogo(Log, nameof(MarkupCompilePass2)); 241_outputPath= TaskHelper.CreateFullFilePath(filePath, SourceDir); 259set { _outputType = TaskHelper.GetLowerString(value); } 520string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 523string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 544newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath); 604refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 630compilerWrapper = TaskHelper.CreateCompilerWrapper();
Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (1)
51TaskHelper.DisplayLogo(Log, nameof(MergeLocalizationDirectives));
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (4)
144TaskHelper.DisplayLogo(Log, nameof(ResourcesGenerator)); 297if (!File.Exists(TaskHelper.CreateFullFilePath(strFileName, SourceDir))) 368relPath = TaskHelper.GetRootRelativePath(outputPath, fullFilePath); 372relPath = TaskHelper.GetRootRelativePath(sourceDir, fullFilePath);
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
70TaskHelper.DisplayLogo(Log, nameof(UidManager)); 157_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
62TaskHelper.DisplayLogo(Log, nameof(UpdateManifestForBrowserApplication));
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3344string relPath = TaskHelper.GetRootRelativePath(TargetPath, fullFilePath); 3356relPath = TaskHelper.GetRootRelativePath(Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar, fullFilePath);
MS\Internal\Tasks\CompilerWrapper.cs (1)
296string message = TaskHelper.GetWholeExceptionMessage(e.Exception);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
497string relContentFilePath = TaskHelper.GetRootRelativePath(curDir, fullPath);