2 references to Join
dotnet (1)
Commands\Run\CSharpCompilerCommand.cs (1)
265
var apphostSource = Path.
Join
(SdkPath, "..", "..", "packs", $"Microsoft.NETCore.App.Host.{rid}", RuntimeVersion, "runtimes", rid, "native", $"apphost{FileNameSuffixes.CurrentPlatform.Exe}");
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
532
return
Join
((ReadOnlySpan<string?>)paths);