26 references to
System (2)
regex\system\text\regularexpressions\RegexCaptureCollection.cs (2)
120array.SetValue(this[j], i); 207return _rcc[_curindex];
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\ServiceParser.cs (3)
473string attribName = attrnames[i].ToString(); 474string attribValue = attrvalues[i].ToString(); 478bool fHasEqual = (equalsign[i].ToString().Length > 0);
System.Web (11)
UI\BatchParser.cs (3)
305string attribName = attrnames[i].ToString(); 306string attribValue = attrvalues[i].ToString(); 307bool fHasEqual = (equalsign[i].ToString().Length > 0);
UI\CssStyleCollection.cs (2)
312String styleName = stylenames[i].ToString(); 313String styleValue = stylevalues[i].ToString();
UI\SimpleWebHandlerParser.cs (3)
265string attribName = attrnames[i].ToString(); 266string attribValue = attrvalues[i].ToString(); 269bool fHasEqual = (equalsign[i].ToString().Length > 0);
UI\TemplateParser.cs (3)
2683string attribName = attrnames[i].ToString(); 2689Capture attrValue = attrvalues[i]; 2702fHasEqual = (equalsign[i].ToString().Length > 0);
System.Web.DataVisualization (2)
Common\General\ImageMap.cs (2)
508string name = names.Captures[i].Value.ToLowerInvariant(); 509string value = values.Captures[i].Value;
System.Web.Extensions (2)
UI\ScriptRegistrationManager.cs (2)
688string attribName = attrnames[i].ToString(); 689string attribValue = attrvalues[i].ToString();
System.Web.Services (4)
System\Web\Services\Discovery\LinkGrep.cs (2)
98string attrName = attrnames[i].ToString(); 99string attrValue = attrvalues[i].ToString();
System\Web\Services\Protocols\PatternMatcher.cs (2)
105Capture c = g.Captures[capture]; 139Capture c = g.Captures[capture];
System.Windows.Forms.DataVisualization (2)
Common\General\ImageMap.cs (2)
508string name = names.Captures[i].Value.ToLowerInvariant(); 509string value = values.Captures[i].Value;