2 references to Write
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.cs (1)
254
RegexInterpreterCode code = RegexWriter.
Write
(tree);
System\Text\RegularExpressions\RegexInterpreter.cs (1)
14
private readonly RegexInterpreterCode _code = RegexWriter.
Write
(tree);