2 instantiations of MatchCollection
System.Text.RegularExpressions (2)
229 references to MatchCollection
aspire (2)
Aspire.EndToEnd.Tests (1)
Aspire.Templates.Tests (2)
dotnet-dev-certs (1)
dotnet-svcutil-lib (2)
GenerateDocumentationAndConfigFiles (8)
Metrics (8)
Metrics.Legacy (8)
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (11)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Shared.Tests (1)
Microsoft.Build (5)
Microsoft.Build.Engine.UnitTests (5)
Microsoft.Build.Tasks.UnitTests (2)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.CodeAnalysis (3)
Microsoft.CodeAnalysis.Analyzers (8)
Microsoft.CodeAnalysis.AnalyzerUtilities (8)
Microsoft.CodeAnalysis.BannedApiAnalyzers (8)
Microsoft.CodeAnalysis.CodeStyle (9)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Features.Test.Utilities (2)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (8)
Microsoft.CodeAnalysis.PublicApiAnalyzers (8)
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (9)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.Workspaces (9)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.Feed (1)
Microsoft.Extensions.AI.OpenAI.Tests (1)
Microsoft.Maui.Controls (2)
Microsoft.ML.TestFramework (4)
netstandard (1)
RepoTasks (1)
Roslyn.Diagnostics.Analyzers (8)
System (1)
System.Private.Xml (1)
System.Text.RegularExpressions (48)
System\Text\RegularExpressions\Regex.Match.cs (25)
539/// <see cref="MatchCollection"/> object. Accessing members of this collection such as
540/// <see cref="MatchCollection.Count"/> and <see cref="MatchCollection.CopyTo(System.Array, int)"/> causes the collection to
547/// operation is performed on the <see cref="MatchCollection"/> object returned by this method, if a
551public static MatchCollection Matches(string input, [StringSyntax(StringSyntaxAttribute.Regex)] string pattern) =>
584/// returned <see cref="MatchCollection"/> object. Accessing members of this collection such as
585/// <see cref="MatchCollection.Count"/> and <see cref="MatchCollection.CopyTo(System.Array, int)"/> causes the collection to
592/// thrown when an operation is performed on the <see cref="MatchCollection"/> object returned by this
596public static MatchCollection Matches(string input, [StringSyntax(StringSyntaxAttribute.Regex, nameof(options))] string pattern, RegexOptions options) =>
633/// populate the returned <see cref="MatchCollection"/> object. Accessing members of this collection
634/// such as <see cref="MatchCollection.Count"/> and <see cref="MatchCollection.CopyTo(System.Array, int)"/> causes the
642/// is performed on the <see cref="MatchCollection"/> object returned by this method, if a matching
646public static MatchCollection Matches(string input, [StringSyntax(StringSyntaxAttribute.Regex, nameof(options))] string pattern, RegexOptions options, TimeSpan matchTimeout) =>
666/// <see cref="MatchCollection"/> object. Accessing members of this collection such as
667/// <see cref="MatchCollection.Count"/> and <see cref="MatchCollection.CopyTo(System.Array, int)"/> causes the collection to
674/// is performed on the <see cref="MatchCollection"/> object returned by this method, if the
679public MatchCollection Matches(string input)
715/// <see cref="MatchCollection"/> object. Accessing members of this collection such as
716/// <see cref="MatchCollection.Count"/> and <see cref="MatchCollection.CopyTo(System.Array, int)"/> causes the collection to
723/// operation is performed on the <see cref="MatchCollection"/> object returned by this method, if the
728public MatchCollection Matches(string input, int startat)
Templates.Blazor.Tests (2)
Templates.Blazor.WebAssembly.Auth.Tests (2)
Templates.Blazor.WebAssembly.Tests (2)
Templates.Mvc.Tests (2)
Templates.Tests (2)
Test.Utilities (8)
Text.Analyzers (8)