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