11 references to PopInt
System (11)
regex\system\text\regularexpressions\RegexWriter.cs (11)
272curChild = PopInt(); 335int LBPos = PopInt(); 343PatchJump(PopInt(), CurPos()); 364int Branchpos = PopInt(); 375PatchJump(PopInt(), CurPos()); 398int Branchpos = PopInt(); 410PatchJump(PopInt(), CurPos()); 436Emit(RegexCode.Branchcount + Lazy, PopInt(), node._n == Int32.MaxValue ? Int32.MaxValue : node._n - node._m); 438Emit(RegexCode.Branchmark + Lazy, PopInt()); 441PatchJump(PopInt(), StartJumpPos); 483PatchJump(PopInt(), CurPos());