9 references to GetRootRelativePath
PresentationBuildTasks (9)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (2)
1060string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1081newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (2)
523string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 544newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath);
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (2)
368relPath = TaskHelper.GetRootRelativePath(outputPath, fullFilePath); 372relPath = TaskHelper.GetRootRelativePath(sourceDir, fullFilePath);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3344string relPath = TaskHelper.GetRootRelativePath(TargetPath, fullFilePath); 3356relPath = TaskHelper.GetRootRelativePath(Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar, fullFilePath);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
497string relContentFilePath = TaskHelper.GetRootRelativePath(curDir, fullPath);