7 references to CombineInternal
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (6)
349return CombineInternal(path1, path2); 668return CombineInternal(second, third); 670return CombineInternal(first, third); 672return CombineInternal(first, second); 677return CombineInternal(second, third); 696return CombineInternal(third, fourth);
src\libraries\System.Private.CoreLib\src\System\IO\Path.Unix.cs (1)
50return GetFullPathInternal(CombineInternal(basePath, path));