9 references to GetRootRelativePath
PresentationBuildTasks (9)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (2)
1059string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1080newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath);
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (2)
522string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 543newRelativeFilePath = TaskHelper.GetRootRelativePath(newSourceDir, fullFilePath);
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (2)
367relPath = TaskHelper.GetRootRelativePath(outputPath, fullFilePath); 371relPath = TaskHelper.GetRootRelativePath(sourceDir, fullFilePath);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3341string relPath = TaskHelper.GetRootRelativePath(TargetPath, fullFilePath); 3353relPath = TaskHelper.GetRootRelativePath(Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar, fullFilePath);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
496string relContentFilePath = TaskHelper.GetRootRelativePath(curDir, fullPath);