1 write to group
System.Web.Services (1)
System\Web\Services\Protocols\PatternMatcher.cs (1)
188member.group = attr.Group;
12 references to group
System.Web.Services (12)
System\Web\Services\Protocols\PatternMatcher.cs (12)
86if (m.Groups.Count <= group) 87throw BadGroupIndexException(group, memberInfo.Name, m.Groups.Count - 1); 88Group g = m.Groups[group]; 99if (m.Groups.Count <= group) 100throw BadGroupIndexException(group, memberInfo.Name, m.Groups.Count - 1); 101Group g = m.Groups[group]; 120if (m.Groups.Count <= group) 121throw BadGroupIndexException(group, memberInfo.Name, m.Groups.Count - 1); 122Group g = m.Groups[group]; 133if (m.Groups.Count <= group) 134throw BadGroupIndexException(group, memberInfo.Name, m.Groups.Count - 1); 135Group g = m.Groups[group];