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