1 write to pattern
System (1)
regex\system\text\regularexpressions\Regex.cs (1)
271this.pattern = pattern;
2 references to pattern
System (2)
regex\system\text\regularexpressions\Regex.cs (1)
551return pattern;
regex\system\text\regularexpressions\RegexRunner.cs (1)
267throw new RegexMatchTimeoutException(runtext, runregex.pattern, TimeSpan.FromMilliseconds(timeout));