36 references to TaskHelper
PresentationBuildTasks (36)
Microsoft\Build\Tasks\Windows\FileClassifier.cs (2)
81TaskHelper.DisplayLogo(Log, nameof(FileClassifier)); 288if (TaskHelper.IsValidCultureName(Culture) == false)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (14)
95TaskHelper.DisplayLogo(Log, nameof(MarkupCompilePass1)); 268_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 286set { _outputType = TaskHelper.GetLowerString(value); } 455set { _hostInBrowser = TaskHelper.GetLowerString(value); } 945_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1042if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1063string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1066string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1087newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath); 1130refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1219compilerWrapper = TaskHelper.CreateCompilerWrapper(); 1227compilerWrapper.HostInBrowser = TaskHelper.BooleanStringValue(HostInBrowser); 1506string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1537string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (8)
78TaskHelper.DisplayLogo(Log, nameof(MarkupCompilePass2)); 247_outputPath= TaskHelper.CreateFullFilePath(filePath, SourceDir); 265set { _outputType = TaskHelper.GetLowerString(value); } 526string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 529string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 550newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath); 610refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 636compilerWrapper = TaskHelper.CreateCompilerWrapper();
Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (1)
56TaskHelper.DisplayLogo(Log, nameof(MergeLocalizationDirectives));
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (4)
148TaskHelper.DisplayLogo(Log, nameof(ResourcesGenerator)); 304if (!File.Exists(TaskHelper.CreateFullFilePath(strFileName, SourceDir))) 375relPath = TaskHelper.GetRootRelativePath(outputPath, fullFilePath); 379relPath = TaskHelper.GetRootRelativePath(sourceDir, fullFilePath);
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
74TaskHelper.DisplayLogo(Log, nameof(UidManager)); 164_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
67TaskHelper.DisplayLogo(Log, nameof(UpdateManifestForBrowserApplication));
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3293string relPath = TaskHelper.GetRootRelativePath(TargetPath, fullFilePath); 3305relPath = 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);