2 writes to searchDepth
mscorlib (2)
system\cfgparser.cs (2)
329
searchDepth
++;
359
searchDepth
--;
6 references to searchDepth
mscorlib (6)
system\cfgparser.cs (6)
326
&& depth == (
searchDepth
+ 1)
327
&& String.Compare(text, treeRootPath[
searchDepth
], StringComparison.Ordinal) == 0))
357
if(depth ==
searchDepth
&& String.Compare(text, treeRootPath[
searchDepth
- 1], StringComparison.Ordinal) == 0)
397
|| (depth ==
searchDepth
&&
searchDepth
== pathDepth &&