9 references to Match
Microsoft.AspNetCore.Components.Endpoints.Tests (4)
EndpointHtmlRendererTest.cs (4)
83
var match = Regex.
Match
(content, PrerenderedComponentPattern, RegexOptions.Multiline);
198
var match = Regex.
Match
(content, PrerenderedComponentPattern, RegexOptions.Multiline);
247
var match = Regex.
Match
(content, PrerenderedComponentPattern, RegexOptions.Multiline);
1170
var match = Regex.
Match
(content, PrerenderedComponentPattern, RegexOptions.Singleline);
Microsoft.Build (1)
DebugUtils.cs (1)
72
var match = Regex.
Match
(input, @"/nodemode:(?<nodemode>[12\s])(\s|$)", RegexOptions.IgnoreCase);
Microsoft.Build.Engine.OM.UnitTests (1)
DebugUtils.cs (1)
72
var match = Regex.
Match
(input, @"/nodemode:(?<nodemode>[12\s])(\s|$)", RegexOptions.IgnoreCase);
Microsoft.Build.Tasks.Core (1)
DebugUtils.cs (1)
72
var match = Regex.
Match
(input, @"/nodemode:(?<nodemode>[12\s])(\s|$)", RegexOptions.IgnoreCase);
Microsoft.Build.Utilities.Core (1)
DebugUtils.cs (1)
72
var match = Regex.
Match
(input, @"/nodemode:(?<nodemode>[12\s])(\s|$)", RegexOptions.IgnoreCase);
MSBuild (1)
DebugUtils.cs (1)
72
var match = Regex.
Match
(input, @"/nodemode:(?<nodemode>[12\s])(\s|$)", RegexOptions.IgnoreCase);