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