1 type derived from Group
System (1)
regex\system\text\regularexpressions\RegexMatch.cs (1)
47
public class Match :
Group
{
2 instantiations of Group
System (2)
regex\system\text\regularexpressions\RegexGroup.cs (1)
26
internal static Group _emptygroup = new
Group
(String.Empty, new int[0], 0, string.Empty);
regex\system\text\regularexpressions\RegexGroupCollection.cs (1)
151
_groups[i] = new
Group
(_match._text, _match._matches[i + 1], _match._matchcount[i + 1], groupname);
33 references to Group
System (16)
regex\system\text\regularexpressions\RegexCaptureCollection.cs (2)
29
internal
Group
_group;
36
internal CaptureCollection(
Group
group) {
regex\system\text\regularexpressions\RegexGroup.cs (3)
26
internal static
Group
_emptygroup = new Group(String.Empty, new int[0], 0, string.Empty);
98
static public
Group
Synchronized(
Group
inner) {
regex\system\text\regularexpressions\RegexGroupCollection.cs (9)
33
internal
Group
[] _groups;
97
public
Group
this[int groupnum]
107
public
Group
this[String groupname] {
110
return
Group
._emptygroup;
116
internal
Group
GetGroup(int groupnum) {
122
return
Group
._emptygroup;
131
return
Group
._emptygroup;
141
internal
Group
GetGroupImpl(int groupnum) {
148
_groups = new
Group
[_match._matchcount.Length - 1];
regex\system\text\regularexpressions\RegexMatch.cs (2)
216
Group
group = inner.Groups[i];
220
System.Text.RegularExpressions.
Group
.Synchronized(group);
System.Activities (3)
System\Activities\WorkflowIdentity.cs (3)
348
Group
nameMatch = this.match.Groups["name"];
356
Group
versionMatch = this.match.Groups["version"];
374
Group
packageMatch = match.Groups["package"];
System.Web (5)
Configuration\CapabilitiesState.cs (1)
82
Group
group = ((Match)_matchlist[i]).Groups[groupnum];
Handlers\AssemblyResourceLoader.cs (1)
667
Group
group = match.Groups["resourceName"];
UI\ControlBuilder.cs (2)
2666
Group
codeGroup = match.Groups["code"];
2710
Group
formatStringGroup = match.Groups["formatString"];
UI\TemplateParser.cs (1)
2495
Group
codeGroup = match.Groups["code"];
System.Web.DataVisualization (2)
Common\General\ImageMap.cs (2)
504
Group
names = match.Groups["name"];
505
Group
values = match.Groups["value"];
System.Web.Extensions (1)
UI\ScriptResourceAttribute.cs (1)
113
Group
group = match.Groups["resourceName"];
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];
System.Windows.Forms.DataVisualization (2)
Common\General\ImageMap.cs (2)
504
Group
names = match.Groups["name"];
505
Group
values = match.Groups["value"];