14 references to
System (8)
compmod\microsoft\csharp\csharpcodeprovider.cs (3)
549if (string.Compare(m.Groups[full ? 6 : 1].Value, "warning", StringComparison.OrdinalIgnoreCase) == 0) { 552ce.ErrorNumber = m.Groups[full ? 7 : 2].Value; 553ce.ErrorText = m.Groups[full ? 8 : 3].Value;
regex\system\text\regularexpressions\RegexGroupCollection.cs (2)
172array.SetValue(this[j], i); 235return _rgc[_curindex];
regex\system\text\regularexpressions\RegexMatch.cs (1)
216Group group = inner.Groups[i];
regex\system\text\regularexpressions\RegexReplacement.cs (2)
379al.Add(match.Groups[i].ToString()); 404al.Add(match.Groups[i].ToString());
System.Web (2)
Configuration\CapabilitiesState.cs (1)
82Group group = ((Match)_matchlist[i]).Groups[groupnum];
Configuration\RegexWorker.cs (1)
106_groups[groups[i]] = match.Groups[i].Value;
System.Web.Services (4)
System\Web\Services\Protocols\PatternMatcher.cs (4)
88Group g = m.Groups[group]; 101Group g = m.Groups[group]; 122Group g = m.Groups[group]; 135Group g = m.Groups[group];