134 references to Value
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
1350switch (match.Value) 1363return match.Value;
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\DeploymentExceptionMapper.cs (1)
89version = match.Groups[1].Value;
src\Framework\MS\Internal\Globalization\BamlResourceContent.cs (5)
110switch (match.Value) 120Debug.Assert(match.Value.Length > 0 && match.Value[0] == BamlConst.EscapeChar); 121if (match.Value.Length == 2) 123return match.Value[1].ToString();
System (15)
compmod\microsoft\csharp\csharpcodeprovider.cs (6)
545ce.FileName = m.Groups[2].Value; 546ce.Line = int.Parse(m.Groups[4].Value, CultureInfo.InvariantCulture); 547ce.Column = int.Parse(m.Groups[5].Value, CultureInfo.InvariantCulture); 549if (string.Compare(m.Groups[full ? 6 : 1].Value, "warning", StringComparison.OrdinalIgnoreCase) == 0) { 552ce.ErrorNumber = m.Groups[full ? 7 : 2].Value; 553ce.ErrorText = m.Groups[full ? 8 : 3].Value;
compmod\microsoft\visualbasic\VBCodeProvider.cs (5)
520ce.FileName = m.Groups[1].Value; 521string rawLine = m.Groups[2].Value; 525if (string.Compare(m.Groups[3].Value, "warning", StringComparison.OrdinalIgnoreCase) == 0) { 528ce.ErrorNumber = m.Groups[4].Value; 529ce.ErrorText = m.Groups[5].Value;
net\System\Net\_WebProxyDataBuilder.cs (3)
171scheme = results.Groups["scheme"].Value; 172host = results.Groups["host"].Value; 173port = results.Groups["port"].Value;
regex\system\text\regularexpressions\RegexCapture.cs (1)
79return 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)
350this.name = Normalize(nameMatch.Value.TrimEnd(), paramName, this.throwOnError); 359string versionString = versionMatch.Value; 377this.package = Normalize(packageMatch.Value, paramName, this.throwOnError);
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\TypeNameHelper.cs (1)
83int numberOfParameters = int.Parse(match.Value.Substring(1), CultureInfo.InvariantCulture);
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\TypeNameHelper.cs (1)
83int numberOfParameters = int.Parse(match.Value.Substring(1), CultureInfo.InvariantCulture);
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)
141yield return cap.Value;
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.Data.SqlXml (7)
System\Xml\Xsl\QIL\QilXmlReader.cs (7)
410Int32.Parse(m.Groups[1].Value, CultureInfo.InvariantCulture), 411Int32.Parse(m.Groups[2].Value, CultureInfo.InvariantCulture), 412Int32.Parse(m.Groups[3].Value, CultureInfo.InvariantCulture), 413Int32.Parse(m.Groups[4].Value, CultureInfo.InvariantCulture) 424XmlQueryCardinality qc = new XmlQueryCardinality(m.Groups[1].Value); 425bool strict = bool.Parse(m.Groups[3].Value); 427string[] codes = m.Groups[2].Value.Split('|');
System.Management (3)
Instrumentation\EventSource.cs (3)
539string className = match.Groups[1].Value; 540string instanceId = match.Groups[2].Value; 541string processId = match.Groups[3].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.Web (39)
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 (2)
55string groupName = match.Groups["name"].Value; 106_groups[groups[i]] = match.Groups[i].Value;
Routing\ParsedRoute.cs (1)
335return "%" + Convert.ToUInt16(m.Value[0]).ToString("x2", CultureInfo.InvariantCulture);
State\OutOfProcStateClientManager.cs (2)
204string ipv6AddressString = ipv6RegexMatch.Groups["ipv6Address"].Value; 212port = UInt16.Parse(ipv6RegexMatch.Groups["port"].Value, CultureInfo.InvariantCulture);
UI\BatchParser.cs (2)
185string pathType = match.Groups["pathtype"].Value; 186string filename = match.Groups["filename"].Value;
UI\ControlBuilder.cs (5)
2671string code = codeGroup.Value; 2697string paramString = match.Groups["params"].Value; 2708string fieldName = match.Groups["fieldName"].Value; 2713formatString = formatStringGroup.Value; 2754string code = match.Groups["code"].Value.Trim();
UI\TemplateParser.cs (6)
1084string code = match.Groups["code"].Value.Trim(); 1458string tagName = match.Groups["tagname"].Value; 1694string tagName = match.Groups["tagname"].Value; 2410string pathType = match.Groups["pathtype"].Value; 2411string filename = match.Groups["filename"].Value; 2496string code = codeGroup.Value;
UI\WebControls\basecomparevalidator.cs (16)
300return m.Groups[1].Value 301+ m.Groups[2].Value.Replace(groupChar, string.Empty) 302+ ((hasDigits && m.Groups[5].Length > 0) ? "." + m.Groups[5].Value : string.Empty); 325return m.Groups[1].Value 326+ (m.Groups[2].Length > 0 ? m.Groups[2].Value : "0") 327+ ((m.Groups[3].Length > 0) ? "." + m.Groups[3].Value: string.Empty); 342day = Int32.Parse(m.Groups[6].Value, CultureInfo.InvariantCulture); 343month = Int32.Parse(m.Groups[5].Value, CultureInfo.InvariantCulture); 345year = Int32.Parse(m.Groups[2].Value, CultureInfo.InvariantCulture); 348year = GetFullYear(Int32.Parse(m.Groups[3].Value, CultureInfo.InvariantCulture)); 363day = Int32.Parse(m.Groups[3].Value, CultureInfo.InvariantCulture); 364month = Int32.Parse(m.Groups[1].Value, CultureInfo.InvariantCulture); 367day = Int32.Parse(m.Groups[1].Value, CultureInfo.InvariantCulture); 368month = Int32.Parse(m.Groups[3].Value, CultureInfo.InvariantCulture); 371year = Int32.Parse(m.Groups[5].Value, CultureInfo.InvariantCulture); 373year = GetFullYear(Int32.Parse(m.Groups[6].Value, CultureInfo.InvariantCulture));
System.Web.DataVisualization (2)
Common\General\ImageMap.cs (2)
508string name = names.Captures[i].Value.ToLowerInvariant(); 509string value = values.Captures[i].Value;
System.Web.DynamicData (1)
DynamicData\ModelProviders\DLinqColumnProvider.cs (1)
86return Int32.Parse(m.Groups[1].Value, CultureInfo.InvariantCulture);
System.Web.Extensions (3)
Script\Serialization\JavaScriptObjectDeserializer.cs (1)
373string ticksStr = match.Groups["ticks"].Value;
UI\ScriptResourceAttribute.cs (2)
114string embeddedResourceName = group.Value; 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 (1)
System\Web\Services\Discovery\LinkGrep.cs (1)
87string tag = match.Groups["tagname"].Value;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripSettings.cs (1)
256string key = match.Value;
System.Windows.Forms.DataVisualization (2)
Common\General\ImageMap.cs (2)
508string name = names.Captures[i].Value.ToLowerInvariant(); 509string value = values.Captures[i].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);