1 write to _groups
System.Web (1)
Configuration\RegexWorker.cs (1)
102
_groups
= new Hashtable();
4 references to _groups
System.Web (4)
Configuration\RegexWorker.cs (4)
58
if (
_groups
!= null) {
59
result = (String)
_groups
[groupName];
101
if (
_groups
== null) {
106
_groups
[groups[i]] = match.Groups[i].Value;