39 references to TaskHelper
PresentationBuildTasks (39)
BuildTasks\Microsoft\Build\Tasks\Windows\FileClassifier.cs (2)
91TaskHelper.DisplayLogo(Log, SR.Get(SRID.FileClassifierTask)); 298if (TaskHelper.IsValidCultureName(Culture) == false)
BuildTasks\Microsoft\Build\Tasks\Windows\GetWinFXPath.cs (1)
83TaskHelper.DisplayLogo(Log, SR.Get(SRID.GetWinFXPathTask));
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (15)
113TaskHelper.DisplayLogo(Log, SR.Get(SRID.MarkupCompilePass1Task)); 286_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 304set { _outputType = TaskHelper.GetLowerString(value); } 468set { _hostInBrowser = TaskHelper.GetLowerString(value); } 953_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1050if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1071string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1074string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1095newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath); 1138refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1152bool bCouldbeChanged = TaskHelper.CouldReferenceAssemblyBeChanged(refpath, KnownReferencePaths, AssembliesGeneratedDuringBuild); 1243compilerWrapper = TaskHelper.CreateCompilerWrapper(AlwaysCompileMarkupFilesInSeparateDomain, ref appDomain); 1251compilerWrapper.HostInBrowser = TaskHelper.BooleanStringValue(HostInBrowser); 1524string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1555string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (9)
89TaskHelper.DisplayLogo(Log, SR.Get(SRID.MarkupCompilePass2Task)); 260_outputPath= TaskHelper.CreateFullFilePath(filePath, SourceDir); 278set { _outputType = TaskHelper.GetLowerString(value); } 534string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 537string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 558newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath); 618refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 632bool bCouldbeChanged = TaskHelper.CouldReferenceAssemblyBeChanged(refpath, KnownReferencePaths, AssembliesGeneratedDuringBuild); 659compilerWrapper = TaskHelper.CreateCompilerWrapper(AlwaysCompileMarkupFilesInSeparateDomain, ref appDomain);
BuildTasks\Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (1)
58TaskHelper.DisplayLogo(Log, SR.Get(SRID.MergeLocalizationDirectivesTask));
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (4)
160TaskHelper.DisplayLogo(Log, SR.Get(SRID.ResourcesGeneratorTask)); 316if (!File.Exists(TaskHelper.CreateFullFilePath(strFileName, SourceDir))) 387relPath = TaskHelper.GetRootRelativePath(outputPath, fullFilePath); 391relPath = TaskHelper.GetRootRelativePath(sourceDir, fullFilePath);
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
83TaskHelper.DisplayLogo(Log, SR.Get(SRID.UidManagerTask)); 173_backupPath = TaskHelper.CreateFullFilePath(value, sourceDir);
BuildTasks\Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
78TaskHelper.DisplayLogo(Log, SR.Get(SRID.UpdateManifestForBrowserApplicationTask));
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3222string relPath = TaskHelper.GetRootRelativePath(TargetPath, fullFilePath); 3234relPath = TaskHelper.GetRootRelativePath(Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar, fullFilePath);
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
292string message = TaskHelper.GetWholeExceptionMessage(e.Exception);
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
496string relContentFilePath = TaskHelper.GetRootRelativePath(curDir, fullPath);