9 references to GetRootRelativePath
PresentationBuildTasks (9)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (2)
1074
string relPath = TaskHelper.
GetRootRelativePath
(SourceDir, fullFilePath);
1095
newRelativeFilePath = TaskHelper.
GetRootRelativePath
(newSourceDir, fullFilePath);
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (2)
537
string relPath = TaskHelper.
GetRootRelativePath
(SourceDir, fullFilePath);
558
newRelativeFilePath = TaskHelper.
GetRootRelativePath
(newSourceDir, fullFilePath);
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (2)
387
relPath = TaskHelper.
GetRootRelativePath
(outputPath, fullFilePath);
391
relPath = TaskHelper.
GetRootRelativePath
(sourceDir, fullFilePath);
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3222
string relPath = TaskHelper.
GetRootRelativePath
(TargetPath, fullFilePath);
3234
relPath = TaskHelper.
GetRootRelativePath
(Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar, fullFilePath);
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
496
string relContentFilePath = TaskHelper.
GetRootRelativePath
(curDir, fullPath);