4 references to CreateLoop
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (4)
417return CreateLoop(builder, body._left, 0, 1, isLazy || body.IsLazy); 827result = builder.CreateConcat(CreateLoop(builder, prefix, 0, 1, true), left); 1177CreateConcat(builder, CreateLoop(builder, loop._left, 1, loop._upper, loop.IsLazy), tail), 2121CreateLoop(builder, body, _lower, _upper, IsLazy);