2 references to Parse
System (2)
regex\system\text\regularexpressions\Regex.cs (1)
278
tree = RegexParser.
Parse
(pattern, roptions);
regex\system\text\regularexpressions\RegexCompiler.cs (1)
232
RegexTree tree = RegexParser.
Parse
(pattern, options);