237 references to Match
aspire (3)
Projects\FallbackProjectParser.cs (1)
246var match = SdkDirectiveRegex().Match(fileContent);
Projects\ProjectUpdater.cs (1)
338var match = SdkDirectiveRegex().Match(fileContent);
Utils\MarkdownToSpectreConverter.cs (1)
163var match = regex.Match(lines[i]);
Aspire.Dashboard (4)
ConsoleLogs\UrlParser.cs (1)
20var urlMatch = s_urlRegEx.Match(text);
Model\ConnectionStringParser.cs (2)
228var match = HostPortRegex().Match(connectionString); 325var match = JdbcUrlRegex().Match(jdbcUrl);
src\Shared\ConsoleLogs\TimestampParser.cs (1)
15var match = GenerateRfc3339RegEx().Match(text);
Aspire.Dashboard.Tests (2)
ConsoleLogsTests\UrlParserTests.cs (2)
102var match = regex.Match(content); 115var match = regex.Match(content);
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
213var m = s_dashboardUrlRegex.Match(line);
Aspire.Hosting (4)
Dashboard\DashboardService.cs (1)
51return ApplicationNameRegex().Match(applicationName) switch
Dcp\DcpExecutor.cs (1)
506applicationName = ApplicationNameRegex().Match(applicationName) switch
src\Shared\ConsoleLogs\TimestampParser.cs (1)
15var match = GenerateRfc3339RegEx().Match(text);
Utils\ContainerReferenceParser.cs (1)
19var match = ImageNameRegex().Match(input);
Aspire.Hosting.Python (2)
PythonVersionDetector.cs (2)
36var match = RequiresPythonRegex().Match(content); 97var match = PythonVersionOutputRegex().Match(output);
Aspire.Hosting.SqlServer (1)
SqlServerBuilderExtensions.cs (1)
268var matchGo = GoStatements().Match(line);
Aspire.Microsoft.Data.SqlClient (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientTraceInstrumentationOptions.cs (2)
175Match match = DataSourceRegex.Match(dataSource); 198var namedInstancePipeMatch = NamedPipeRegex.Match(pipeName);
Aspire.Microsoft.EntityFrameworkCore.SqlServer (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientTraceInstrumentationOptions.cs (2)
175Match match = DataSourceRegex.Match(dataSource); 198var namedInstancePipeMatch = NamedPipeRegex.Match(pipeName);
Aspire.Templates.Tests (3)
BuildAndRunTemplateTests.cs (2)
72var match = ProjectSdkVersionRegex().Match(projectContents); 136var match = ProjectSdkVersionRegex().Match(projectContents);
tests\Shared\TemplatesTesting\AspireProject.cs (1)
213var m = s_dashboardUrlRegex.Match(line);
BuildBoss (1)
CompilerNuGetCheckerUtil.cs (1)
105var match = regex.Match(packageFileName);
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
659Match match = GetFrameRegex().Match(stackTraceLine);
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
820var match = OpenSslVersionRegex.Match(stdout);
dotnet-format.UnitTests (7)
CodeFormatterTests.cs (7)
181var match = new Regex(pattern, RegexOptions.Multiline).Match(log); 248var match = new Regex(pattern, RegexOptions.Multiline).Match(log); 267.Where(line => FindFormattingLogLine.Match(line).Success) 295var expectedParts = FindFormattingLogLine.Match(expectedFormatLocations[index]); 296var formatParts = FindFormattingLogLine.Match(formatLocations[index]); 318.Where(line => FindFormattingLogLine.Match(line).Success); 338var match = new Regex(pattern, RegexOptions.Multiline).Match(log);
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
563Match m = s_outputRegWithFileAndLine.Match(line); 571m = s_outputRegSimple.Match(line);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SourceInfo.cs (2)
66Match match = s_regex.Match(Arg); 189match = s_regex2.Match(Source);
dotnet-watch (2)
Process\WebServerProcessStateObserver.cs (1)
40var match = (isAspireHost ? s_aspireDashboardUrlRegex : s_nowListeningRegex).Match(line.Content);
UI\BuildOutput.cs (1)
24else if (s_buildDiagnosticRegex.Match(line) is { Success: true } match)
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
320var processIdMatch = processIdPattern.Match(aspnetcorev2Log.Message); 355var prefixMatch = prefixPattern.Match(log);
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
320var processIdMatch = processIdPattern.Match(aspnetcorev2Log.Message); 355var prefixMatch = prefixPattern.Match(log);
installer.tasks (1)
StaticFileRegeneration\TpnSectionHeader.cs (1)
158(numberListMatch = NumberListPrefix.Match(lines[i])).Success)
InteropTests (1)
Helpers\WebsiteProcess.cs (1)
71var m = NowListeningRegex.Match(data);
Metrics (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
Metrics.Legacy (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
Microsoft.AspNetCore.App.Analyzers (1)
RouteEmbeddedLanguage\Infrastructure\EmbeddedLanguageCommentDetector.cs (1)
38var match = _regex.Match(text);
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
DebugProxyLauncher.cs (2)
214var matchFirefox = NowListeningFirefoxRegex.Match(eventArgs.Data); 223var match = NowListeningRegex.Match(eventArgs.Data);
Microsoft.AspNetCore.Components.WebView.Maui (1)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
94 if (ContentUrlRegex.Match(requestPath) is { Success: true } match)
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
94 if (ContentUrlRegex.Match(requestPath) is { Success: true } match)
Microsoft.AspNetCore.Components.WebView.Wpf (1)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
94 if (ContentUrlRegex.Match(requestPath) is { Success: true } match)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
820var match = OpenSslVersionRegex.Match(stdout);
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
src\Grpc\JsonTranscoding\src\Shared\Legacy.cs (2)
65var match = TimestampRegex.Match(value); 180var match = DurationRegex.Match(value);
Microsoft.AspNetCore.Grpc.Swagger (2)
src\Grpc\JsonTranscoding\src\Shared\Legacy.cs (2)
65var match = TimestampRegex.Match(value); 180var match = DurationRegex.Match(value);
Microsoft.AspNetCore.Rewrite (5)
RedirectRule.cs (2)
36initMatchResults = InitialMatch.Match(string.Empty); 40initMatchResults = InitialMatch.Match(path.ToString().Substring(1));
RewriteRule.cs (2)
33initMatchResults = InitialMatch.Match(path.ToString()); 37initMatchResults = InitialMatch.Match(path.ToString().Substring(1));
UrlMatches\RegexMatch.cs (1)
20var res = _match.Match(pattern);
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\SelfHostDeployer.cs (1)
155var m = NowListeningRegex.Match(dataArgs.Data);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISExpressDeployer.cs (1)
211var m = UrlDetectorRegex.Match(dataArgs.Data);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
820var match = OpenSslVersionRegex.Match(stdout);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
820var match = OpenSslVersionRegex.Match(stdout);
Microsoft.AspNetCore.SpaServices.Extensions (1)
Util\EventedStreamReader.cs (1)
56var match = regex.Match(line);
Microsoft.Build (19)
BuildCheck\Infrastructure\EditorConfig\EditorConfigFile.cs (2)
86var sectionMatch = SectionMatcherRegex.Match(line); 99var propMatch = PropertyMatcherRegex.Match(line);
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (1)
45var match = Regex.Match(s);
CanonicalError.cs (8)
339Match match = OriginCategoryCodeTextExpression.Match(message); 348match = OriginCategoryCodeTextExpression2.Match(message); 409match = FilenameLocationFromOrigin.Match(origin); 429match = LineFromLocation.Match(location); 436match = LineLineFromLocation.Match(location); 444match = LineColFromLocation.Match(location); 452match = LineColColFromLocation.Match(location); 461match = LineColLineColFromLocation.Match(location);
Construction\Solution\SolutionFile.cs (4)
1077Match match = CrackPropertyLineRegex.Match(line); 1095Match match = CrackPropertyLineRegex.Match(line); 1503Match match = CrackProjectLineRegex.Match(firstLine); 1603Match match = CrackPropertyLineRegex.Match(str);
Evaluation\Expander.cs (1)
2994Match match = RegularExpressions.ItemMetadataRegex.Match(quotedExpressionFunction);
Evaluation\IntrinsicFunctions.cs (1)
293var m = RegistrySdkRegex.Match(keyName);
FileMatcher.cs (1)
1876Match match = fileSpecRegex.Match(fileToMatch);
ProjectWriter.cs (1)
152Match itemVectorTransform = ItemVectorTransformRegex.Match(itemVectorTransforms[i].Value);
Microsoft.Build.BuildCheck.UnitTests (1)
EndToEndTests.cs (1)
219Match match = regex.Match(output);
Microsoft.Build.CommandLine.UnitTests (1)
MSBuildServer_Tests.cs (1)
353Match match = regex.Match(searchString);
Microsoft.Build.Engine.UnitTests (12)
FileUtilitiesRegex_Tests.cs (12)
199var match = StartsWithUncPattern.Match(winDirectory); 203match = StartsWithUncPattern.Match(unixDirectory); 265var match = StartsWithUncPattern.Match(winDirectory); 269match = StartsWithUncPattern.Match(unixDirectory); 320var match = StartsWithUncPattern.Match(winDirectory); 324match = StartsWithUncPattern.Match(unixDirectory); 385var match = StartsWithUncPattern.Match(winDirectory); 389match = StartsWithUncPattern.Match(unixDirectory); 450var match = StartsWithUncPattern.Match(winDirectory); 453match = StartsWithUncPattern.Match(unixDirectory); 513var match = StartsWithUncPattern.Match(winDirectory); 516match = StartsWithUncPattern.Match(unixDirectory);
Microsoft.Build.Tasks.CodeAnalysis (7)
src\Compilers\Core\MSBuildTask\CanonicalError.cs (7)
300Match match = s_originCategoryCodeTextExpression.Match(message); 331match = s_filenameLocationFromOrigin.Match(origin); 351match = s_lineFromLocation.Match(location); 358match = s_lineLineFromLocation.Match(location); 366match = s_lineColFromLocation.Match(location); 374match = s_lineColColFromLocation.Match(location); 383match = s_lineColLineColFromLocation.Match(location);
Microsoft.Build.Tasks.CodeAnalysis.Sdk (7)
src\Compilers\Core\MSBuildTask\CanonicalError.cs (7)
300Match match = s_originCategoryCodeTextExpression.Match(message); 331match = s_filenameLocationFromOrigin.Match(origin); 351match = s_lineFromLocation.Match(location); 358match = s_lineLineFromLocation.Match(location); 366match = s_lineColFromLocation.Match(location); 374match = s_lineColColFromLocation.Match(location); 383match = s_lineColLineColFromLocation.Match(location);
Microsoft.Build.Tasks.Core (15)
AssemblyDependency\AssemblyFoldersFromConfig\AssemblyFoldersFromConfigResolver.cs (1)
100Match match = s_crackAssemblyFoldersFromConfigSentinel.Value.Match(this.searchPathElement);
BootstrapperUtil\BuildMessage.cs (1)
33Match match = MsbuildMessageCodePattern.Match(HelpCode);
CanonicalError.cs (8)
339Match match = OriginCategoryCodeTextExpression.Match(message); 348match = OriginCategoryCodeTextExpression2.Match(message); 409match = FilenameLocationFromOrigin.Match(origin); 429match = LineFromLocation.Match(location); 436match = LineLineFromLocation.Match(location); 444match = LineColFromLocation.Match(location); 452match = LineColColFromLocation.Match(location); 461match = LineColLineColFromLocation.Match(location);
FileMatcher.cs (1)
1876Match match = fileSpecRegex.Match(fileToMatch);
FindInvalidProjectReferences.cs (1)
119Match match = PlatformMonikerRegex.Match(reference);
ManifestUtil\AssemblyIdentity.cs (1)
180Match m = re.Match(assemblyName);
NativeMethods.cs (1)
1397var match = AssemblyVersionRegex.Match(versionString);
ResolveSDKReference.cs (1)
581Match match = SdkReferenceFormatRegex.Match(reference);
Microsoft.Build.Utilities.Core (9)
CanonicalError.cs (8)
339Match match = OriginCategoryCodeTextExpression.Match(message); 348match = OriginCategoryCodeTextExpression2.Match(message); 409match = FilenameLocationFromOrigin.Match(origin); 429match = LineFromLocation.Match(location); 436match = LineLineFromLocation.Match(location); 444match = LineColFromLocation.Match(location); 452match = LineColColFromLocation.Match(location); 461match = LineColLineColFromLocation.Match(location);
FileMatcher.cs (1)
1876Match match = fileSpecRegex.Match(fileToMatch);
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (1)
44var match = Regex.Match(s);
SourceGeneration\AdditionalSourcesCollection.cs (1)
70if (s_invalidSegmentPattern.Match(hintName) is { Success: true } match)
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\GeneratedNameParser.cs (1)
217if (s_fileTypeOrdinalPattern.Match(generatedName) is Match { Success: true, Groups: var groups, Index: var index, Length: var length })
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider (1)
src\Compilers\CSharp\Portable\Symbols\Synthesized\GeneratedNameParser.cs (1)
217if (s_fileTypeOrdinalPattern.Match(generatedName) is Match { Success: true, Groups: var groups, Index: var index, Length: var length })
Microsoft.CodeAnalysis.EditorFeatures (2)
EditorConfigSettings\Updater\SettingsUpdateHelper.cs (2)
177var groups = s_optionEntryPattern.Match(curLineText).Groups; 245var groups = s_headerPattern.Match(curLineText.Trim()).Groups;
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Semantics\SpeculationAnalyzerTestsBase.cs (1)
31var initialMatch = UnderTestRegex.Match(code);
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (1)
src\Compilers\CSharp\Portable\Symbols\Synthesized\GeneratedNameParser.cs (1)
217if (s_fileTypeOrdinalPattern.Match(generatedName) is Match { Success: true, Groups: var groups, Index: var index, Length: var length })
Microsoft.CodeAnalysis.Features (6)
CodeFixes\Configuration\ConfigurationUpdater.cs (4)
370var match = s_optionEntryPattern.Match(editorConfigString); 456var groups = s_optionEntryPattern.Match(curLineText).Groups; 567var groups = s_headerPattern.Match(curLineText.Trim()).Groups; 601var match = headerRegex.Match(relativePath).Value;
ConvertNumericLiteral\AbstractConvertNumericLiteralCodeRefactoringProvider.cs (1)
134var groups = _regex.Match(numericText).Groups;
EmbeddedLanguages\EmbeddedLanguageCommentDetector.cs (1)
37var match = _regex.Match(text);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Configuration\DidChangeConfigurationNotificationHandlerTest.cs (1)
340var match = regex.Match(section);
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
Workspace\Solution\ProjectInfo.cs (1)
529var match = s_projectNameAndFlavor.Match(@this.Name);
Microsoft.DotNet.Build.Manifest (1)
BuildModelFactory.cs (1)
231Match m = LegacyRepositoryUriPattern.Match(repoUri);
Microsoft.DotNet.Build.Tasks.Installers (1)
src\GenerateCurrentVersion.cs (1)
99Match match = regex.Match(buildId);
Microsoft.DotNet.Git.IssueManager (3)
Clients\AzureDevOpsClient.cs (2)
69Match m = RepositoryUriPattern.Match(repositoryUri); 72m = LegacyRepositoryUriPattern.Match(repositoryUri);
Clients\GitHubClient.cs (1)
102Match match = repositoryUriPattern.Match(uri.AbsolutePath);
Microsoft.DotNet.Helix.JobSender (1)
JobDefinition.cs (1)
283Match queueInfoSplit = new Regex(@"\((.+?)\)(.*)").Match(queueInfo);
Microsoft.DotNet.SignCheckLibrary (9)
Utils.cs (1)
299return timezoneRegex.Match(timestamp).GroupValueOrDefault("timezone");
Verification\LinuxPackageVerifier.cs (3)
81Match signatureTimestampsMatch = signatureTimestampsRegex.Match(verificationOutput); 84Match signatureKeyInfoMatch = signatureKeyInfoRegex.Match(verificationOutput); 89Match keyInfoMatch = keyInfoRegex.Match(keyInfo);
Verification\MachOVerifier.cs (4)
141return timestampRegex.Match(timestampOutput).GroupValueOrDefault("timestamp").DateTimeOrDefault(DateTime.MaxValue); 171DateTime effectiveOn = effectiveOnRegex.Match(opensslOutput).GroupValueOrDefault("effectiveOn").DateTimeOrDefault(DateTime.MaxValue); 172DateTime expiresOn = expiresOnRegex.Match(opensslOutput).GroupValueOrDefault("expiresOn").DateTimeOrDefault(DateTime.MinValue); 173string algorithm = algorithmRegex.Match(opensslOutput).GroupValueOrDefault("algorithm") ?? SignCheckResources.NA;
Verification\PkgVerifier.cs (1)
124DateTime signedOnTimestamp = signedOnRegex.Match(signingVerificationOutput).GroupValueOrDefault("timestamp").DateTimeOrDefault(DateTime.MaxValue);
Microsoft.Extensions.AI.Abstractions (1)
Functions\AIFunctionFactory.cs (1)
1208if (CompilerGeneratedNameRegex().Match(memberName) is { Success: true } match)
Microsoft.Maui.Controls.DesignTools (1)
ColorDesignTypeConverter.cs (1)
206 var match = RxFuncExpr.Value.Match(str);
Microsoft.ML.Data (5)
Commands\EvaluateCommand.cs (1)
80var match = _loadNamePattern.Match(input);
Dirty\IniFileUtils.cs (1)
41Match match = numEvaluators.Match(ini);
EntryPoints\EntryPointNode.cs (3)
764return str != null && _stageIdRegex.Match(str).Success; 1073var match = _variableRegex.Match(jsonString); 1109return _variableRegex.Match(variableName).Success;
Microsoft.ML.ResultProcessor (4)
ResultProcessor.cs (4)
609Match mc = _rxTimeElapsed.Match(line); 618mc = _rxMemoryUsage.Match(line); 795Match matchNameValueDeviation = _rxNameValueDeviation.Match(resLine); 815Match matchNameValue = _rxNameValue.Match(resLine);
Microsoft.NET.Build.Containers (2)
ContainerHelpers.cs (2)
190var referenceMatch = ReferenceParser.ReferenceRegexp.Match(fullyQualifiedContainerName); 209var nameMatch = ReferenceParser.anchoredNameRegexp.Match(namePortion);
Microsoft.NET.Sdk.Publish.Tasks (1)
WebConfigTelemetry.cs (1)
100Match match = s_crackProjectLine.Value.Match(solutionFileLine);
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
UpdateExternallyDefinedStaticWebAssets.cs (1)
79var match = regex.Match(relativePath);
Microsoft.NET.Sdk.StaticWebAssets.Tests (11)
StaticWebAssetEndpointsIntegrationTest.cs (8)
83private bool MatchUncompresedProjectBundlesNoFingerprint(StaticWebAssetEndpoint ep) => ProjectBundleRegex().Match(ep.Route) is 94private bool MatchCompressedProjectBundlesNoFingerprint(StaticWebAssetEndpoint ep) => ProjectBundleRegex().Match(ep.Route) is 105private bool MatchUncompressedProjectBundlesWithFingerprint(StaticWebAssetEndpoint ep) => ProjectBundleRegex().Match(ep.Route) is 116private bool MatchCompressedProjectBundlesWithFingerprint(StaticWebAssetEndpoint ep) => ProjectBundleRegex().Match(ep.Route) is 128private bool MatchUncompressedAppBundleNoFingerprint(StaticWebAssetEndpoint ep) => AppBundleRegex().Match(ep.Route) is 139private bool MatchCompressedAppBundleNoFingerprint(StaticWebAssetEndpoint ep) => AppBundleRegex().Match(ep.Route) is 150private bool MatchUncompressedAppBundleWithFingerprint(StaticWebAssetEndpoint ep) => AppBundleRegex().Match(ep.Route) is 161private bool MatchCompressedAppBundleWithFingerprint(StaticWebAssetEndpoint ep) => AppBundleRegex().Match(ep.Route) is
StaticWebAssets\OverrideHtmlAssetPlaceholdersTest.cs (3)
117var match = OverrideHtmlAssetPlaceholders._assetsRegex.Match(input); 180Assert.Equal(shouldMatch, OverrideHtmlAssetPlaceholders._importMapRegex.Match(input).Success); 282var match = OverrideHtmlAssetPlaceholders._preloadRegex.Match(input);
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
SemanticSearch.BuildTask (1)
GenerateFilteredReferenceAssembliesTask.cs (1)
210var match = s_lineSyntax.Match(line);
System.Data.Common (1)
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
443Match match = parser.Match(connectionString);
System.Data.Odbc (1)
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
443Match match = parser.Match(connectionString);
System.Private.Xml (12)
System\Xml\Serialization\SourceInfo.cs (2)
70Match match = Regex1.Match(Arg); 191match = Regex2.Match(Source);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (10)
2707Match match = EnsureArrayIndexRegex.Match(source); 2753match = P0Regex.Match(source); 2797Match match = EnsureArrayIndexRegex.Match(source); 2833match = P0Regex.Match(source); 3521Match match = UnknownNodeNullAnyTypeRegex.Match(elseString); 3531match = UnknownNodeObjectEmptyRegex.Match(elseString); 3543match = UnknownNodeObjectNullRegex.Match(elseString); 3555match = UnknownNodeObjectRegex.Match(elseString); 3569Match match = ParamsReadRegex.Match(paramsReadSource); 3582Match match = ParamsReadRegex.Match(paramsReadSource);
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.Match.cs (3)
121RegexCache.GetOrAdd(pattern).Match(input); 129RegexCache.GetOrAdd(pattern, options, s_defaultMatchTimeout).Match(input); 132RegexCache.GetOrAdd(pattern, options, matchTimeout).Match(input);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripSettingsManager.cs (1)
194Match match = r.Match(keys[i]);
TaskUsageLogger (1)
TaskUsageLogger.cs (1)
313for (var match = s_msbuildPropertyRegex.Match(unevaluatedString); match.Success; match = match.NextMatch())
Templates.Blazor.Tests (2)
BlazorWasmTemplateTest.cs (1)
119.Match(serviceWorkerAssetsManifestContents);
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
820var match = OpenSslVersionRegex.Match(stdout);
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
820var match = OpenSslVersionRegex.Match(stdout);
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
820var match = OpenSslVersionRegex.Match(stdout);
Templates.Mvc.Tests (1)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
820var match = OpenSslVersionRegex.Match(stdout);
Templates.Tests (1)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
820var match = OpenSslVersionRegex.Match(stdout);
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (1)
307var match = Regex.Match(s);
VersioningWebSite (1)
VersionRouteAttribute.cs (1)
52var match = _versionParser.Match(versionRange);
xunit.assert (2)
Sdk\Exceptions\ExceptionUtility.cs (1)
72 var match = transformRegex.Match(stackFrame);
StringAsserts.cs (1)
569 var match = expectedRegex.Match(actualString);
xunit.console (1)
common\AssemblyResolution\DependencyContextAssemblyCache.cs (1)
109var match = RuntimeIdRegex.Match(runtime);