6 references to CombineInternal
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (6)
358return CombineInternal(path1, path2, path3); 685return CombineInternal(second, third, fourth); 687return CombineInternal(first, third, fourth); 689return CombineInternal(first, second, fourth); 691return CombineInternal(first, second, third); 698return CombineInternal(second, third, fourth);