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)
109if (_match._regex == null) 112return GetGroup(_match._regex.GroupNumberFromName(groupname)); 150string groupname = _match._regex.GroupNameFromNumber(i + 1);
regex\system\text\regularexpressions\RegexMatch.cs (9)
136if (_regex == null) 139return _regex.Run(false, _length, _text, _textbeg, _textend - _textbeg, _textpos); 159if (_regex == null) 162repl = (RegexReplacement)_regex.replref.Get(); 165repl = RegexParser.ParseReplacement(replacement, _regex.caps, _regex.capsize, _regex.capnames, _regex.roptions); 166_regex.replref.Cache(repl);