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