2 references to JoinInternal
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (2)
484
return
JoinInternal
(path1, path2, path3, path4);
700
return
JoinInternal
(first.AsSpan(), second.AsSpan(), third.AsSpan(), fourth.AsSpan());