14 references to Match
Aspire.Hosting.MySql.Tests (2)
AddMySqlTests.cs (2)
285
Match match1 = Regex.
Match
(fileContents, pattern1);
287
Match match2 = Regex.
Match
(fileContents, pattern2);
Aspire.Hosting.Redis.Tests (1)
AddRedisTests.cs (1)
921
var match = Regex.
Match
(valueExpression, @"\{(cond-[^.]+)\.connectionString\}");
dotnet-Microsoft.XmlSerializer.Generator (1)
Sgen.cs (1)
629
match = Regex.
Match
(reference, pattern);
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsClient\DiagnosticsClient.cs (1)
453
Match match = Regex.
Match
(fileName, PidIpcEndpoint.DiagnosticsPortPattern);
Microsoft.DotNet.Arcade.Sdk (2)
src\CheckRequiredDotNetVersion.cs (1)
82
var match = Regex.
Match
(globalJson, $@"""dotnet""\s*:\s*""([^""]+)""");
src\LocateDotNet.cs (1)
61
var match = Regex.
Match
(globalJson, @"""dotnet""\s*:\s*""([^""]+)""");
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateWixBuildWixpack.cs (1)
954
var eqMatch = Regex.
Match
(
Microsoft.Win32.Msi (2)
ActionStartEventArgs.cs (1)
48
Match match = Regex.
Match
(message, @"Action\s(?<actionTime>\d+:\d+:\d+):\s+(?<actionName>.*)\.\s+(?<actionDescription>.*)");
ProgressEventArgs.cs (1)
31
Match match = Regex.
Match
(message, @"(?<field>\d):\s+(?<value>\d+)");
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Regex.Cache.cs (1)
23
/// static <see cref="Regex"/> method calls, such as <see cref="Regex.
Match
(string, string)"/> or
System\Text\RegularExpressions\Regex.Match.cs (3)
27
/// To retrieve matched strings, call the <see cref="
Match
(string, string)"/> or
291
/// The static <see cref="
Match
(string, string)"/> method is equivalent to constructing a
530
/// <see cref="
Match
(string, string)"/> method, except that it returns information about all the matches