105 references to
System (3)
net\System\Net\_WebProxyDataBuilder.cs (3)
171scheme = results.Groups["scheme"].Value; 172host = results.Groups["host"].Value; 173port = results.Groups["port"].Value;
System.Activities (5)
Microsoft\VisualBasic\Activities\XamlIntegration\VisualBasicExpressionConverter.cs (2)
141Assembly = match.Groups["assembly"].Value, 142Import = match.Groups["namespace"].Value,
System\Activities\WorkflowIdentity.cs (3)
348Group nameMatch = this.match.Groups["name"]; 356Group versionMatch = this.match.Groups["version"]; 374Group packageMatch = match.Groups["package"];
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Function.cs (3)
63type = match.Groups["typeName"].Value; 64switch (match.Groups["modifier"].Value) 73Debug.Assert(false, "Unexpected modifier: " + match.Groups["modifier"].Value);
System.Data.Entity.Design (2)
System\Data\EntityModel\Emitters\CommentEmitter.cs (2)
240leadingBlanks = match.Groups["LeadingBlanks"].Value; 245string leadingBlanks2 = match.Groups["LeadingBlanks"].Value;
System.Data.Linq (1)
SqlClient\Query\SqlIdentifier.cs (1)
139foreach (Capture cap in m.Groups["component"].Captures)
System.Data.Services (1)
System\Data\Services\Serializers\JsonReader.cs (1)
87string ticksStr = match.Groups["ticks"].Value;
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\CommentEmitter.cs (2)
237leadingBlanks = match.Groups["LeadingBlanks"].Value; 242string leadingBlanks2 = match.Groups["LeadingBlanks"].Value;
System.ServiceModel (9)
System\ServiceModel\Administration\WbemProvider.cs (9)
789objectPath = match.Groups["path"].Value; 792this.className = match.Groups["className"].Value; 793string keyValues = match.Groups["keys"].Value; 801if (!String.IsNullOrEmpty(match.Groups["ival"].Value)) 803this.keys.Add(match.Groups["key"].Value, Int32.Parse(match.Groups["ival"].Value, CultureInfo.CurrentCulture)); 807this.keys.Add(match.Groups["key"].Value, match.Groups["sval"].Value); 829this.className = match.Groups["className"].Value;
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\ServiceParser.cs (3)
464CaptureCollection attrnames = match.Groups["attrname"].Captures; 465CaptureCollection attrvalues = match.Groups["attrval"].Captures; 466CaptureCollection equalsign = match.Groups["equal"].Captures;
System.Web (36)
Configuration\CapabilitiesPattern.cs (2)
72strings.Add(match.Groups["name"].Value); 79strings.Add(match.Groups["name"].Value);
Configuration\HttpCapabilitiesBase.cs (1)
419Version version = new Version(match.Groups["clrVersion"].Value);
Configuration\HttpCapabilitiesSectionHandler.cs (2)
414setlist.Add(new CapabilitiesAssignment(match.Groups["var"].Value, 415new CapabilitiesPattern(match.Groups["pat"].Value)));
Configuration\RegexWorker.cs (1)
55string groupName = match.Groups["name"].Value;
Handlers\AssemblyResourceLoader.cs (1)
667Group group = match.Groups["resourceName"];
State\OutOfProcStateClientManager.cs (2)
204string ipv6AddressString = ipv6RegexMatch.Groups["ipv6Address"].Value; 212port = UInt16.Parse(ipv6RegexMatch.Groups["port"].Value, CultureInfo.InvariantCulture);
UI\BatchParser.cs (5)
185string pathType = match.Groups["pathtype"].Value; 186string filename = match.Groups["filename"].Value; 300CaptureCollection attrnames = match.Groups["attrname"].Captures; 301CaptureCollection attrvalues = match.Groups["attrval"].Captures; 302CaptureCollection equalsign = match.Groups["equal"].Captures;
UI\ControlBuilder.cs (6)
2666Group codeGroup = match.Groups["code"]; 2672bool encode = match.Groups["encode"].Success; 2697string paramString = match.Groups["params"].Value; 2708string fieldName = match.Groups["fieldName"].Value; 2710Group formatStringGroup = match.Groups["formatString"]; 2754string code = match.Groups["code"].Value.Trim();
UI\CssStyleCollection.cs (2)
308CaptureCollection stylenames = match.Groups["stylename"].Captures; 309CaptureCollection stylevalues = match.Groups["styleval"].Captures;
UI\SimpleWebHandlerParser.cs (3)
259CaptureCollection attrnames = match.Groups["attrname"].Captures; 260CaptureCollection attrvalues = match.Groups["attrval"].Captures; 262equalsign = match.Groups["equal"].Captures;
UI\TemplateParser.cs (11)
1084string code = match.Groups["code"].Value.Trim(); 1458string tagName = match.Groups["tagname"].Value; 1466bool fSelfClosed = match.Groups["empty"].Success; 1694string tagName = match.Groups["tagname"].Value; 2410string pathType = match.Groups["pathtype"].Value; 2411string filename = match.Groups["filename"].Value; 2495Group codeGroup = match.Groups["code"]; 2498bool encode = match.Groups["encode"].Success; 2671CaptureCollection attrnames = match.Groups["attrname"].Captures; 2672CaptureCollection attrvalues = match.Groups["attrval"].Captures; 2675equalsign = match.Groups["equal"].Captures;
System.Web.DataVisualization (2)
Common\General\ImageMap.cs (2)
504Group names = match.Groups["name"]; 505Group values = match.Groups["value"];
System.Web.Extensions (6)
Script\Serialization\JavaScriptObjectDeserializer.cs (1)
373string ticksStr = match.Groups["ticks"].Value;
UI\ScriptRegistrationManager.cs (3)
661if (match.Groups["empty"].Captures.Count > 0) { 685CaptureCollection attrnames = match.Groups["attrname"].Captures; 686CaptureCollection attrvalues = match.Groups["attrval"].Captures;
UI\ScriptResourceAttribute.cs (2)
113Group group = match.Groups["resourceName"]; 116match.Groups["resourceType"].Value, "ScriptResource", StringComparison.Ordinal);
System.Web.Mobile (2)
UI\MobileControls\Design\Util\SimpleParser.cs (2)
141String startTag = match.Groups["tagname"].Value; 154String endTag = match.Groups["tagname"].Value;
System.Web.Services (3)
System\Web\Services\Discovery\LinkGrep.cs (3)
87string tag = match.Groups["tagname"].Value; 90CaptureCollection attrnames = match.Groups["attrname"].Captures; 91CaptureCollection attrvalues = match.Groups["attrval"].Captures;
System.Windows.Forms.DataVisualization (2)
Common\General\ImageMap.cs (2)
504Group names = match.Groups["name"]; 505Group values = match.Groups["value"];
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
542rootNamespace = match.Groups["RootNamespace"].Value;
System.Xml (24)
System\Xml\Serialization\SourceInfo.cs (4)
65object varA = ILG.GetVariable(match.Groups["a"].Value); 67object varIA = ILG.GetVariable(match.Groups["ia"].Value); 169Debug.Assert(match.Groups["arg"].Value == Arg); 170Debug.Assert(match.Groups["cast"].Value == CodeIdentifier.GetCSharpName(Type));
System\Xml\Serialization\XmlSerializationReaderILGen.cs (20)
2735Debug.Assert(match.Groups["locA1"].Value == match.Groups["locA2"].Value); 2736Debug.Assert(match.Groups["locA1"].Value == match.Groups["locA3"].Value); 2737Debug.Assert(match.Groups["locI1"].Value == match.Groups["locI2"].Value); 2739LocalBuilder localA = ilg.GetLocal(match.Groups["locA1"].Value); 2740LocalBuilder localI = ilg.GetLocal(match.Groups["locI1"].Value); 2781System.Diagnostics.Debug.Assert(ilg.GetVariableType(ilg.GetVariable(match.Groups["a"].Value)).IsArray); 2782ilg.Load(ilg.GetVariable(match.Groups["a"].Value)); 2783ilg.Load(ilg.GetVariable(match.Groups["ia"].Value)); 2819object oVar = ilg.GetVariable(match.Groups["locA1"].Value); 2854Type varType = ilg.GetVariableType(ilg.GetVariable(match.Groups["a"].Value)); 3612ilg.Ldstr(match.Groups["qnames"].Value); 3621LocalBuilder localO = ilg.GetLocal(match.Groups["o"].Value); 3624ilg.Ldstr(match.Groups["qnames"].Value); 3633LocalBuilder localO = ilg.GetLocal(match.Groups["o"].Value); 3645LocalBuilder localO = ilg.GetLocal(match.Groups["o"].Value); 3657ilg.LoadArrayElement(ilg.GetLocal("paramsRead"), Int32.Parse(match.Groups["index"].Value, CultureInfo.InvariantCulture)); 3666ilg.StoreArrayElement(ilg.GetLocal("paramsRead"), Int32.Parse(match.Groups["index"].Value, CultureInfo.InvariantCulture), value);