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