1 reference to GetCommonPathLength
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
878
int commonLength = PathInternal.
GetCommonPathLength
(relativeTo, path, ignoreCase: comparisonType == StringComparison.OrdinalIgnoreCase);