9 references to GetRootRelativePath
PresentationBuildTasks (9)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (2)
1074string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1095newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath);
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (2)
537string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 558newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath);
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (2)
387relPath = TaskHelper.GetRootRelativePath(outputPath, fullFilePath); 391relPath = TaskHelper.GetRootRelativePath(sourceDir, fullFilePath);
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\IncrementalCompileAnalyzer.cs (1)
496string relContentFilePath = TaskHelper.GetRootRelativePath(curDir, fullPath);