2 references to JoinInternal
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (2)
453
return
JoinInternal
(path1, path2);
662
return
JoinInternal
(first.AsSpan(), second.AsSpan());