2 writes to treeRootPath
mscorlib (2)
system\cfgparser.cs (2)
263treeRootPath = configPath.Substring(1).Split('/'); 268treeRootPath = new String[1];
6 references to treeRootPath
mscorlib (6)
system\cfgparser.cs (6)
264pathDepth = treeRootPath.Length - 1; 269treeRootPath[0] = configPath; 327&& String.Compare(text, treeRootPath[searchDepth], StringComparison.Ordinal) == 0)) 357if(depth == searchDepth && String.Compare(text, treeRootPath[searchDepth - 1], StringComparison.Ordinal) == 0) 396String.Compare(text, treeRootPath[0], StringComparison.OrdinalIgnoreCase) == 0) 398String.Compare(text, treeRootPath[pathDepth], StringComparison.OrdinalIgnoreCase) == 0 ))