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