regex\system\text\regularexpressions\RegexWriter.cs (16)
254Emit(RegexCode.Lazybranch, 0);
328Emit(RegexCode.Lazybranch, 0);
337Emit(RegexCode.Goto, 0);
354Emit(RegexCode.Lazybranch, 0);
355Emit(RegexCode.Testref, MapCapnum(node._m));
366Emit(RegexCode.Goto, 0);
386Emit(RegexCode.Lazybranch, 0);
400Emit(RegexCode.Goto, 0);
419Emit(node._m == 0 ? RegexCode.Nullcount : RegexCode.Setcount, node._m == 0 ? 0 : 1 - node._m);
425Emit(RegexCode.Goto, 0);
438Emit(RegexCode.Branchmark + Lazy, PopInt());
478Emit(RegexCode.Lazybranch, 0);
497Emit(node._type | bits, (int)node._ch);
522Emit(node._type | bits, StringCode(node._str));
526Emit(node._type | bits, StringCode(node._str));
530Emit(node._type | bits, MapCapnum(node._m));