5 references to GetRootLength
mscorlib (5)
system\io\isolatedstorage\isolatedstoragefile.cs (1)
1107int i = LongPath.GetRootLength(fullPath);
system\io\longpath.cs (4)
119String result = path.Substring(0, GetRootLength(tempPath)); 146int root = GetRootLength(tempPath); 479int lengthRoot = LongPath.GetRootLength(fullPath); 982return path.Substring(0, LongPath.GetRootLength(path));