1 write to _beginning
System (1)
regex\system\text\regularexpressions\RegexMatchCollection.cs (1)
55
_beginning
= beginning;
1 reference to _beginning
System (1)
regex\system\text\regularexpressions\RegexMatchCollection.cs (1)
80
match = _regex.Run(false, _prevlen, _input,
_beginning
, _length, _startat);