Implemented interface member:
261 references to
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
159DashboardUrl = m.Groups["url"].Value;
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
45Match { Success: true } match => match.Groups["name"].Value,
Aspire.Workload.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
159DashboardUrl = m.Groups["url"].Value;
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SourceInfo.cs (4)
69object varA = ILG.GetVariable(match.Groups["a"].Value); 71object varIA = ILG.GetVariable(match.Groups["ia"].Value); 192Debug.Assert(match.Groups["arg"].Value == Arg); 193Debug.Assert(match.Groups["cast"].Value == CodeIdentifier.GetCSharpName(Type));
installer.tasks (1)
StaticFileRegeneration\TpnSectionHeader.cs (1)
162Name = numberListMatch.Groups["name"].Value,
InteropTests (1)
Helpers\WebsiteProcess.cs (1)
72ServerPort = m.Groups["port"].Value;
Microsoft.AspNetCore.App.Analyzers (2)
RouteEmbeddedLanguage\Infrastructure\EmbeddedLanguageCommentDetector.cs (2)
46identifier = match.Groups["identifier"].Value; 47var optionGroup = match.Groups["option"];
Microsoft.AspNetCore.Components.Endpoints.Tests (21)
EndpointHtmlRendererTest.cs (21)
87var preamble = match.Groups["preamble"].Value; 94var prerenderedContent = match.Groups["content"].Value; 97var epilogue = match.Groups["epilogue"].Value; 202var preamble = match.Groups["preamble"].Value; 218var prerenderedContent = match.Groups["content"].Value; 221var epilogue = match.Groups["epilogue"].Value; 251var preamble = match.Groups["preamble"].Value; 266var prerenderedContent = match.Groups["content"].Value; 269var epilogue = match.Groups["epilogue"].Value; 342var preamble = match.Groups["preamble"].Value; 357var prerenderedContent = match.Groups["content"].Value; 360var epilogue = match.Groups["epilogue"].Value; 407var preamble = firstMatch.Groups["preamble"].Value; 539var preamble = match.Groups["preamble"].Value; 563var prerenderedContent = match.Groups["content"].Value; 566var epilogue = match.Groups["epilogue"].Value; 590var preamble = match.Groups["preamble"].Value; 614var prerenderedContent = match.Groups["content"].Value; 617var epilogue = match.Groups["epilogue"].Value; 1172var preamble = match.Groups["preamble"].Value; 1177var prerenderedContent = match.Groups["content"].Value;
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
DebugProxyLauncher.cs (2)
219capturedUrl = matchFirefox.Groups["url"].Value; 226capturedUrl = match.Groups["url"].Value;
Microsoft.AspNetCore.DataProtection.Tests (5)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (5)
32int keyLengthInBits = Int32.Parse(Regex.Match(encryptionAlgorithm.ToString(), @"^AES_(?<keyLength>\d{3})_CBC$").Groups["keyLength"].Value, CultureInfo.InvariantCulture); 33string hashAlgorithm = Regex.Match(validationAlgorithm.ToString(), @"^HMAC(?<hashAlgorithm>.*)$").Groups["hashAlgorithm"].Value; 60int keyLengthInBits = Int32.Parse(Regex.Match(encryptionAlgorithm.ToString(), @"^AES_(?<keyLength>\d{3})_GCM$").Groups["keyLength"].Value, CultureInfo.InvariantCulture); 86int keyLengthInBits = Int32.Parse(Regex.Match(encryptionAlgorithm.ToString(), @"^AES_(?<keyLength>\d{3})_GCM$").Groups["keyLength"].Value, CultureInfo.InvariantCulture); 123int keyLengthInBits = Int32.Parse(Regex.Match(encryptionAlgorithm.ToString(), @"^AES_(?<keyLength>\d{3})_CBC$").Groups["keyLength"].Value, CultureInfo.InvariantCulture);
Microsoft.AspNetCore.Grpc.JsonTranscoding (6)
src\Grpc\JsonTranscoding\src\Shared\Legacy.cs (6)
69var dateTime = match.Groups["datetime"].Value; 70var subseconds = match.Groups["subseconds"].Value; 71var offset = match.Groups["offset"].Value; 184var sign = match.Groups["sign"].Value; 185var secondsText = match.Groups["int"].Value; 191var subseconds = match.Groups["subseconds"].Value;
Microsoft.AspNetCore.Grpc.Swagger (6)
src\Grpc\JsonTranscoding\src\Shared\Legacy.cs (6)
69var dateTime = match.Groups["datetime"].Value; 70var subseconds = match.Groups["subseconds"].Value; 71var offset = match.Groups["offset"].Value; 184var sign = match.Groups["sign"].Value; 185var secondsText = match.Groups["int"].Value; 191var subseconds = match.Groups["subseconds"].Value;
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\SelfHostDeployer.cs (1)
158actualUrl = new Uri(m.Groups["url"].Value);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISExpressDeployer.cs (1)
214url = new Uri(m.Groups["url"].Value);
Microsoft.Build (47)
CanonicalError.cs (24)
301category = match.Groups["CATEGORY"].Value.Trim(); 315parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 316parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 317parsedMessage.text = (match.Groups["TEXT"].Value + messageOverflow).Trim(); 318parsedMessage.origin = match.Groups["FILENAME"].Value.Trim(); 333string origin = match.Groups["ORIGIN"].Value.Trim(); 334category = match.Groups["CATEGORY"].Value.Trim(); 335parsedMessage.code = match.Groups["CODE"].Value.Trim(); 336parsedMessage.text = (match.Groups["TEXT"].Value + messageOverflow).Trim(); 337parsedMessage.subcategory = match.Groups["SUBCATEGORY"].Value.Trim(); 363string location = match.Groups["LOCATION"].Value.Trim(); 364parsedMessage.origin = match.Groups["FILENAME"].Value.Trim(); 379parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 386parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 387parsedMessage.endLine = ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim()); 394parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 395parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 402parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 403parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 404parsedMessage.endColumn = ConvertToIntWithDefault(match.Groups["ENDCOLUMN"].Value.Trim()); 411parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 412parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 413parsedMessage.endLine = ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim()); 414parsedMessage.endColumn = ConvertToIntWithDefault(match.Groups["ENDCOLUMN"].Value.Trim());
Construction\Solution\SolutionFile.cs (9)
802string referenceGuid = match.Groups["PROPERTYNAME"].Value.Trim(); 820string propertyName = match.Groups["PROPERTYNAME"].Value.Trim(); 821string propertyValue = match.Groups["PROPERTYVALUE"].Value.Trim(); 1252string projectTypeGuid = match.Groups["PROJECTTYPEGUID"].Value.Trim(); 1253proj.ProjectName = match.Groups["PROJECTNAME"].Value.Trim(); 1254proj.RelativePath = match.Groups["RELATIVEPATH"].Value.Trim(); 1255proj.ProjectGuid = match.Groups["PROJECTGUID"].Value.Trim(); 1347string projectGuid = match.Groups["PROPERTYNAME"].Value.Trim(); 1348string parentProjectGuid = match.Groups["PROPERTYVALUE"].Value.Trim();
DebugUtils.cs (1)
78var nodeMode = match.Groups["nodemode"].Value;
Evaluation\Expander.cs (5)
1079string metadataName = itemMetadataMatch.Groups[RegularExpressions.NameGroup].Value; 1083if (itemMetadataMatch.Groups[RegularExpressions.ItemSpecificationGroup].Length > 0) 1085itemType = itemMetadataMatch.Groups[RegularExpressions.ItemTypeGroup].Value; 3055string name = match.Groups[RegularExpressions.NameGroup].Value; 3057ProjectErrorUtilities.VerifyThrowInvalidProject(match.Groups[RegularExpressions.ItemSpecificationGroup].Length == 0, _elementLocation, "QualifiedMetadataInTransformNotAllowed", match.Value, name);
FileMatcher.cs (2)
1872wildcardDirectoryPart = match.Groups["WILDCARDDIR"].Value; 1873filenamePart = match.Groups["FILENAME"].Value;
ProjectWriter.cs (6)
158base.WriteString(itemVectorTransform.Groups["PREFIX"].Value); 159base.WriteString(itemVectorTransform.Groups["TYPE"].Value); 160base.WriteRaw(itemVectorTransform.Groups["ARROW"].Value); 161base.WriteString(itemVectorTransform.Groups["TRANSFORM"].Value); 162base.WriteString(itemVectorTransform.Groups["SEPARATOR_SPECIFICATION"].Value); 163base.WriteString(itemVectorTransform.Groups["SUFFIX"].Value);
Microsoft.Build.Engine (34)
Engine\Expander.cs (3)
1934string metadataName = itemMetadataMatch.Groups["NAME"].Value; 1938if (itemMetadataMatch.Groups["ITEM_SPECIFICATION"].Length > 0) 1940itemType = itemMetadataMatch.Groups["TYPE"].Value;
Engine\TargetDependencyAnalyzer.cs (2)
787(itemVectorMatch.Groups["TRANSFORM_SPECIFICATION"].Length == 0)) 796string itemVectorType = itemVectorMatch.Groups["TYPE"].Value;
Items\ItemExpander.cs (9)
208if (itemVectorMatch.Groups["SEPARATOR_SPECIFICATION"].Length > 0) 212string itemType = itemVectorMatch.Groups["TYPE"].Value; 273string itemType = itemVector.Groups["TYPE"].Value; 274string transform = (itemVector.Groups["TRANSFORM_SPECIFICATION"].Length > 0) 275? itemVector.Groups["TRANSFORM"].Value 350string separator = (itemVector.Groups["SEPARATOR_SPECIFICATION"].Length != 0) 351? itemVector.Groups["SEPARATOR"].Value 389string itemMetadataName = itemMetadataMatch.Groups["NAME"].Value; 391ProjectErrorUtilities.VerifyThrowInvalidProject(itemMetadataMatch.Groups["ITEM_SPECIFICATION"].Length == 0,
Shared\FileMatcher.cs (3)
1104matchResult.fixedDirectoryPart = match.Groups["FIXEDDIR"].Value; 1105matchResult.wildcardDirectoryPart = match.Groups["WILDCARDDIR"].Value; 1106matchResult.filenamePart = match.Groups["FILENAME"].Value;
Shared\ProjectWriter.cs (6)
181base.WriteString(itemVectorTransform.Groups["PREFIX"].Value); 182base.WriteString(itemVectorTransform.Groups["TYPE"].Value); 183base.WriteRaw(itemVectorTransform.Groups["ARROW"].Value); 184base.WriteString(itemVectorTransform.Groups["TRANSFORM"].Value); 185base.WriteString(itemVectorTransform.Groups["SEPARATOR_SPECIFICATION"].Value); 186base.WriteString(itemVectorTransform.Groups["SUFFIX"].Value);
Shared\ResourceUtilities.cs (2)
53code = messageCode.Groups["CODE"].Value; 54messageOnly = messageCode.Groups["MESSAGE"].Value;
Shared\SolutionParser.cs (9)
561string parentGuid = match.Groups["PROPERTYNAME"].Value.Trim(); 579string propertyName = match.Groups["PROPERTYNAME"].Value.Trim(); 580string propertyValue = match.Groups["PROPERTYVALUE"].Value.Trim(); 1011string projectTypeGuid = match.Groups["PROJECTTYPEGUID"].Value.Trim(); 1012proj.ProjectName = match.Groups["PROJECTNAME"].Value.Trim(); 1013proj.RelativePath = match.Groups["RELATIVEPATH"].Value.Trim(); 1014proj.ProjectGuid = match.Groups["PROJECTGUID"].Value.Trim(); 1066string projectGuid = match.Groups["PROPERTYNAME"].Value.Trim(); 1067string parentProjectGuid = match.Groups["PROPERTYVALUE"].Value.Trim();
Microsoft.Build.Engine.OM.UnitTests (1)
DebugUtils.cs (1)
78var nodeMode = match.Groups["nodemode"].Value;
Microsoft.Build.Engine.UnitTests (5)
Evaluation\ExpressionShredder_Tests.cs (5)
612Group transformGroup = match.Groups["TRANSFORM"]; 1128result.Add(itemVector.Groups["TYPE"].Value); 1171string metadataName = embeddedMetadataReference.Groups["NAME"].Value; 1176if (embeddedMetadataReference.Groups["ITEM_SPECIFICATION"].Length > 0) 1178itemName = embeddedMetadataReference.Groups["TYPE"].Value;
Microsoft.Build.Tasks.Core (37)
AssemblyDependency\AssemblyFoldersExResolver.cs (4)
129_registryKeyRoot = match.Groups["REGISTRYKEYROOT"].Value.Trim(); 130_targetRuntimeVersion = match.Groups["TARGETRUNTIMEVERSION"].Value.Trim(); 131_registryKeySuffix = match.Groups["REGISTRYKEYSUFFIX"].Value.Trim(); 134Group conditions = match.Groups["CONDITIONS"];
AssemblyDependency\AssemblyFoldersFromConfig\AssemblyFoldersFromConfigResolver.cs (2)
105_targetRuntimeVersion = match.Groups["TARGETRUNTIMEVERSION"].Value.Trim(); 106_assemblyFolderConfigFile = match.Groups["ASSEMBLYFOLDERCONFIGFILE"].Value.Trim();
CanonicalError.cs (24)
301category = match.Groups["CATEGORY"].Value.Trim(); 315parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 316parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 317parsedMessage.text = (match.Groups["TEXT"].Value + messageOverflow).Trim(); 318parsedMessage.origin = match.Groups["FILENAME"].Value.Trim(); 333string origin = match.Groups["ORIGIN"].Value.Trim(); 334category = match.Groups["CATEGORY"].Value.Trim(); 335parsedMessage.code = match.Groups["CODE"].Value.Trim(); 336parsedMessage.text = (match.Groups["TEXT"].Value + messageOverflow).Trim(); 337parsedMessage.subcategory = match.Groups["SUBCATEGORY"].Value.Trim(); 363string location = match.Groups["LOCATION"].Value.Trim(); 364parsedMessage.origin = match.Groups["FILENAME"].Value.Trim(); 379parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 386parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 387parsedMessage.endLine = ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim()); 394parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 395parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 402parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 403parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 404parsedMessage.endColumn = ConvertToIntWithDefault(match.Groups["ENDCOLUMN"].Value.Trim()); 411parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 412parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 413parsedMessage.endLine = ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim()); 414parsedMessage.endColumn = ConvertToIntWithDefault(match.Groups["ENDCOLUMN"].Value.Trim());
DebugUtils.cs (1)
78var nodeMode = match.Groups["nodemode"].Value;
FileMatcher.cs (2)
1872wildcardDirectoryPart = match.Groups["WILDCARDDIR"].Value; 1873filenamePart = match.Groups["FILENAME"].Value;
FindInvalidProjectReferences.cs (2)
123platformIdentity = match.Groups[PlatformSimpleNameGroup].Value.Trim(); 125string rawVersion = match.Groups[PlatformVersionGroup].Value.Trim();
ResolveSDKReference.cs (2)
585sdkSimpleName = match.Groups[SDKsimpleNameGroup].Value.Trim(); 587rawSdkVersion = match.Groups[SDKVersionGroup].Value.Trim();
Microsoft.Build.Utilities.Core (27)
CanonicalError.cs (24)
301category = match.Groups["CATEGORY"].Value.Trim(); 315parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 316parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 317parsedMessage.text = (match.Groups["TEXT"].Value + messageOverflow).Trim(); 318parsedMessage.origin = match.Groups["FILENAME"].Value.Trim(); 333string origin = match.Groups["ORIGIN"].Value.Trim(); 334category = match.Groups["CATEGORY"].Value.Trim(); 335parsedMessage.code = match.Groups["CODE"].Value.Trim(); 336parsedMessage.text = (match.Groups["TEXT"].Value + messageOverflow).Trim(); 337parsedMessage.subcategory = match.Groups["SUBCATEGORY"].Value.Trim(); 363string location = match.Groups["LOCATION"].Value.Trim(); 364parsedMessage.origin = match.Groups["FILENAME"].Value.Trim(); 379parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 386parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 387parsedMessage.endLine = ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim()); 394parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 395parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 402parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 403parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 404parsedMessage.endColumn = ConvertToIntWithDefault(match.Groups["ENDCOLUMN"].Value.Trim()); 411parsedMessage.line = ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim()); 412parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 413parsedMessage.endLine = ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim()); 414parsedMessage.endColumn = ConvertToIntWithDefault(match.Groups["ENDCOLUMN"].Value.Trim());
DebugUtils.cs (1)
78var nodeMode = match.Groups["nodemode"].Value;
FileMatcher.cs (2)
1872wildcardDirectoryPart = match.Groups["WILDCARDDIR"].Value; 1873filenamePart = match.Groups["FILENAME"].Value;
Microsoft.DotNet.Build.Tasks.Feed (12)
src\BlobFeedAction.cs (5)
46AccountName = m.Groups["accountname"].Value; 47ContainerName = m.Groups["containername"].Value; 48RelativePath = m.Groups["relativepath"].Value; 50feedUrl = m.Groups["feedurl"].Value; 51hasToken = !string.IsNullOrEmpty(m.Groups["token"].Value);
src\BlobUrlInfo.cs (4)
44AccountName = hostNameMatch.Groups["accountname"].Value; 45Endpoint = hostNameMatch.Groups["endpoint"].Value; 57ContainerName = containerAndBlobMatch.Groups["containername"].Value; 58BlobPath = containerAndBlobMatch.Groups["blobpath"].Value;
src\BuildModelFactory.cs (1)
287string replacementUri = $"{Regex.Unescape(AzureDevOpsHostPattern)}/{m.Groups["account"].Value}";
src\common\AzureConnectionStringBuildTask.cs (2)
45AccountName = matches[0].Groups["name"].Value; 46AccountKey = matches[0].Groups["key"].Value;
Microsoft.DotNet.Build.Tasks.Feed.Tests (3)
PublishArtifactsInManifestTests.cs (3)
67matches.Groups["account"]?.Value.Should().Be(account); 68matches.Groups["visibility"]?.Value.Should().Be(visibility); 69matches.Groups["feed"]?.Value.Should().Be(feed);
Microsoft.DotNet.Git.IssueManager (5)
Clients\AzureDevOpsClient.cs (3)
81return (m.Groups["account"].Value, 82m.Groups["project"].Value, 83m.Groups["repo"].Value);
Clients\GitHubClient.cs (2)
109return (match.Groups["owner"].Value, match.Groups["repo"].Value);
Microsoft.DotNet.VersionTools (1)
Dependencies\FileRegexUpdater.cs (1)
76Group group = m.Groups[groupName];
Microsoft.DotNet.VersionTools.Tasks (1)
UpdateToRemoteDependencies.cs (1)
111Group g = match.Groups[valueGroup];
MSBuild (1)
DebugUtils.cs (1)
78var nodeMode = match.Groups["nodemode"].Value;
System.Private.Xml (24)
System\Xml\Serialization\SourceInfo.cs (4)
75object varA = ILG.GetVariable(match.Groups["a"].Value); 77object varIA = ILG.GetVariable(match.Groups["ia"].Value); 196Debug.Assert(match.Groups["arg"].Value == Arg); 197Debug.Assert(match.Groups["cast"].Value == CodeIdentifier.GetCSharpName(Type!));
System\Xml\Serialization\XmlSerializationReaderILGen.cs (20)
2739Debug.Assert(match.Groups["locA1"].Value == match.Groups["locA2"].Value); 2740Debug.Assert(match.Groups["locA1"].Value == match.Groups["locA3"].Value); 2741Debug.Assert(match.Groups["locI1"].Value == match.Groups["locI2"].Value); 2743LocalBuilder localA = ilg.GetLocal(match.Groups["locA1"].Value); 2744LocalBuilder localI = ilg.GetLocal(match.Groups["locI1"].Value); 2785System.Diagnostics.Debug.Assert(CodeGenerator.GetVariableType(ilg.GetVariable(match.Groups["a"].Value)).IsArray); 2786ilg.Load(ilg.GetVariable(match.Groups["a"].Value)); 2787ilg.Load(ilg.GetVariable(match.Groups["ia"].Value)); 2831object oVar = ilg.GetVariable(match.Groups["locA1"].Value); 2867Type varType = CodeGenerator.GetVariableType(ilg.GetVariable(match.Groups["a"].Value)); 3563ilg.Ldstr(match.Groups["qnames"].Value); 3572LocalBuilder localO = ilg.GetLocal(match.Groups["o"].Value); 3575ilg.Ldstr(match.Groups["qnames"].Value); 3584LocalBuilder localO = ilg.GetLocal(match.Groups["o"].Value); 3596LocalBuilder localO = ilg.GetLocal(match.Groups["o"].Value); 3610ilg.Ldc(int.Parse(match.Groups["index"].Value, CultureInfo.InvariantCulture)); 3623ilg.Ldc(int.Parse(match.Groups["index"].Value, CultureInfo.InvariantCulture));
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\GroupCollection.cs (1)
199Group group = this[key];
TaskUsageLogger (1)
TaskUsageLogger.cs (1)
315string propertyName = match.Groups["name"].Value.Trim();
VersioningWebSite (3)
VersionRouteAttribute.cs (3)
59var lowerBound = match.Groups["lb"].Value; 60var higherBound = match.Groups["hb"].Value; 61var range = match.Groups["range"].Value;
XmlFileLogger (2)
XmlFileLogger.cs (2)
139_build.SetTaskAssembly(match.Groups["task"].Value, match.Groups["assembly"].Value);
xunit.assert (3)
Sdk\Exceptions\ExceptionUtility.cs (3)
74 var file = match.Groups["file"].Value; 75 return string.Format(CultureInfo.InvariantCulture, "{0}{1}({2},0): at {3}", indent, file, match.Groups["line"].Value, match.Groups["method"].Value);