3 references to RegexInterpreter
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexInterpreter.cs (1)
10/// <summary>A <see cref="RegexRunnerFactory"/> for creating <see cref="RegexInterpreter"/>s.</summary>
System\Text\RegularExpressions\RegexInterpreterCode.cs (1)
9/// <summary>Contains the code, written by <see cref="RegexWriter"/>, for <see cref="RegexInterpreter"/> to evaluate a regular expression.</summary>
System\Text\RegularExpressions\RegexOpcode.cs (1)
6/// <summary>Opcodes written by <see cref="RegexWriter"/> and used by <see cref="RegexInterpreter"/> to process a regex.</summary>