9 references to Capture
System (9)
regex\system\text\regularexpressions\RegexFCD.cs (4)
80case RegexNode.Capture: 146case RegexNode.Capture: 422case RegexNode.Capture | BeforeChild: 423case RegexNode.Capture | AfterChild:
regex\system\text\regularexpressions\RegexParser.cs (3)
234StartGroup(new RegexNode(RegexNode.Capture, _options, 0, -1)); 660return new RegexNode(RegexNode.Capture, _options, _autocap++, -1); 789return new RegexNode(RegexNode.Capture, _options, capnum, uncapnum);
regex\system\text\regularexpressions\RegexWriter.cs (2)
449case RegexNode.Capture | BeforeChild: 453case RegexNode.Capture | AfterChild: