14 references to GetRelativePath
AndroidAppBuilder (2)
src\tasks\Common\JarBuilder.cs (1)
23.Select(classFile => Path.GetRelativePath(inputDir, classFile));
src\tasks\Common\Utils.cs (1)
341string relativePath = Path.GetRelativePath(sourceDir, file);
AppleAppBuilder (2)
src\tasks\Common\Utils.cs (1)
341string relativePath = Path.GetRelativePath(sourceDir, file);
Xcode.cs (1)
337appResources += string.Join(Environment.NewLine, resources.Where(r => !r.EndsWith("-llvm.o")).Select(r => " " + Path.GetRelativePath(binDir, r)));
LibraryBuilder (1)
src\tasks\Common\Utils.cs (1)
341string relativePath = Path.GetRelativePath(sourceDir, file);
Microsoft.AspNetCore.Components.WebView.Photino (1)
BlazorWindow.cs (1)
48var hostPageRelativePath = Path.GetRelativePath(contentRootDir, hostPage);
Microsoft.NET.Sdk.WebAssembly.Pack.Tasks (1)
src\tasks\Common\Utils.cs (1)
341string relativePath = Path.GetRelativePath(sourceDir, file);
MobileBuildTasks (1)
src\tasks\Common\Utils.cs (1)
341string relativePath = Path.GetRelativePath(sourceDir, file);
MonoAOTCompiler (1)
src\tasks\Common\Utils.cs (1)
341string relativePath = Path.GetRelativePath(sourceDir, file);
MonoTargetsTasks (1)
src\tasks\Common\Utils.cs (1)
341string relativePath = Path.GetRelativePath(sourceDir, file);
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1607string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath, SourceFileInfo.SourcePath);
TestExclusionListTasks (1)
src\tasks\Common\Utils.cs (1)
341string relativePath = Path.GetRelativePath(sourceDir, file);
WasmAppBuilder (1)
src\tasks\Common\Utils.cs (1)
341string relativePath = Path.GetRelativePath(sourceDir, file);
WorkloadBuildTasks (1)
src\tasks\Common\Utils.cs (1)
341string relativePath = Path.GetRelativePath(sourceDir, file);