2 references to GetRootLength
mscorlib (2)
system\AppDomainSetup.cs (1)
440
pathRoot = pathRoot.Substring(0, System.IO.PathInternal.
GetRootLength
(pathRoot));
system\io\path.cs (1)
254
return PathInternal.
GetRootLength
(path);