1 write to _pattern
System (1)
regex\system\text\regularexpressions\RegexParser.cs (1)
208_pattern = Re;
13 references to _pattern
System (13)
regex\system\text\regularexpressions\RegexParser.cs (13)
519cc.AddDigit(UseOptionE(), ch == 'D', _pattern); 547cc.AddCategoryFromName(ParseProperty(), (ch != 'p'), caseInsensitive, _pattern); 977cc.AddCategoryFromName(ParseProperty(), (ch != 'p'), UseOptionI(), _pattern); 1218return _pattern.Substring(startpos, Textpos() - startpos); 1440String capname = _pattern.Substring(startpos, Textpos() - startpos); 1879String str = _pattern.Substring(pos, cch); 1895char ch = _pattern[pos]; 2084return new ArgumentException(SR.GetString(SR.MakeException, _pattern, message)); 2105return _pattern[_currentPos++]; 2130return _pattern[i]; 2137return _pattern[_currentPos]; 2144return _pattern[_currentPos + i]; 2151return _pattern.Length - _currentPos;