1 write to pathDepth
mscorlib (1)
system\cfgparser.cs (1)
264pathDepth = treeRootPath.Length - 1;
2 references to pathDepth
mscorlib (2)
system\cfgparser.cs (2)
397|| (depth == searchDepth && searchDepth == pathDepth && 398String.Compare(text, treeRootPath[pathDepth], StringComparison.OrdinalIgnoreCase) == 0 ))