4 references to MapCaptureNumber
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexWriter.cs (4)
254
Emit(RegexOpcode.TestBackreference, RegexParser.
MapCaptureNumber
(node.M, _tree.CaptureNumberSparseMapping));
348
Emit(RegexOpcode.Capturemark, RegexParser.
MapCaptureNumber
(node.M, _tree.CaptureNumberSparseMapping), RegexParser.
MapCaptureNumber
(node.N, _tree.CaptureNumberSparseMapping));
428
Emit((RegexOpcode)node.Kind | bits, RegexParser.
MapCaptureNumber
(node.M, _tree.CaptureNumberSparseMapping));