2 writes to _regex
System (2)
regex\system\text\regularexpressions\RegexMatch.cs (2)
82
_regex
= regex;
102
_regex
= regex;
12 references to _regex
System (12)
regex\system\text\regularexpressions\RegexGroupCollection.cs (3)
109
if (_match.
_regex
== null)
112
return GetGroup(_match.
_regex
.GroupNumberFromName(groupname));
150
string groupname = _match.
_regex
.GroupNameFromNumber(i + 1);
regex\system\text\regularexpressions\RegexMatch.cs (9)
136
if (
_regex
== null)
139
return
_regex
.Run(false, _length, _text, _textbeg, _textend - _textbeg, _textpos);
159
if (
_regex
== null)
162
repl = (RegexReplacement)
_regex
.replref.Get();
165
repl = RegexParser.ParseReplacement(replacement,
_regex
.caps,
_regex
.capsize,
_regex
.capnames,
_regex
.roptions);
166
_regex
.replref.Cache(repl);