2 writes to _intDepth
System (2)
regex\system\text\regularexpressions\RegexFCD.cs (2)
235
_intStack[
_intDepth
++] = I;
249
return _intStack[--
_intDepth
];
4 references to _intDepth
System (4)
regex\system\text\regularexpressions\RegexFCD.cs (4)
227
if (
_intDepth
>= _intStack.Length) {
228
int [] expanded = new int[
_intDepth
* 2];
230
System.Array.Copy(_intStack, 0, expanded, 0,
_intDepth
);
242
return
_intDepth
== 0;