106 types derived from RegexRunner
aspire (22)
Aspire.Azure.Storage.Blobs (1)
Aspire.Azure.Storage.Files.DataLake (1)
Aspire.Azure.Storage.Queues (1)
Aspire.Confluent.Kafka.Tests (1)
Aspire.Dashboard (7)
Aspire.EndToEnd.Tests (1)
Aspire.Hosting (7)
Aspire.Hosting.Azure (1)
Aspire.Hosting.Azure.KeyVault (1)
Aspire.Hosting.DevTunnels (1)
Aspire.Hosting.Kubernetes (1)
Aspire.Hosting.Maui (1)
Aspire.Hosting.Python (1)
Aspire.Hosting.SqlServer (1)
Aspire.Templates.Tests (1)
BuildActionTelemetryTable (1)
ConfigurationSchemaGenerator (1)
ConfigurationSchemaGenerator.Tests (1)
dotnet-dev-certs (3)
illink (2)
Microsoft.AspNetCore.Authentication.Negotiate (1)
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (3)
Microsoft.AspNetCore.Routing (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Shared.Tests (3)
Microsoft.CodeAnalysis (2)
Microsoft.ML.Tokenizers (6)
RepoTasks (3)
System.ComponentModel.TypeConverter (1)
System.Data.Common (1)
System.Data.Odbc (2)
System.Private.DataContractSerialization (1)
System.Private.Xml (1)
System.Text.Json (1)
System.Text.RegularExpressions (3)
System.Windows.Forms (1)
System.Windows.Forms.Design (1)
System.Windows.Forms.Tests (1)
Templates.Blazor.Tests (3)
Templates.Blazor.WebAssembly.Auth.Tests (3)
Templates.Blazor.WebAssembly.Tests (3)
Templates.Mvc.Tests (3)
Templates.Tests (3)
370 references to RegexRunner
aspire (69)
Aspire.Azure.Storage.Blobs (3)
Aspire.Azure.Storage.Files.DataLake (3)
Aspire.Azure.Storage.Queues (3)
Aspire.Confluent.Kafka.Tests (4)
Aspire.Dashboard (27)
Aspire.EndToEnd.Tests (4)
Aspire.Hosting (28)
Aspire.Hosting.Azure (3)
Aspire.Hosting.Azure.KeyVault (4)
Aspire.Hosting.DevTunnels (4)
Aspire.Hosting.Kubernetes (4)
Aspire.Hosting.Maui (4)
Aspire.Hosting.Python (4)
Aspire.Hosting.SqlServer (4)
Aspire.Templates.Tests (4)
BuildActionTelemetryTable (3)
ConfigurationSchemaGenerator (4)
ConfigurationSchemaGenerator.Tests (4)
dotnet-dev-certs (9)
illink (6)
Microsoft.AspNetCore.Authentication.Negotiate (3)
Microsoft.AspNetCore.Components (3)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (9)
Microsoft.AspNetCore.Routing (3)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.Shared.Tests (9)
Microsoft.CodeAnalysis (7)
Microsoft.ML.Tokenizers (25)
netstandard (1)
RepoTasks (9)
System (1)
System.ComponentModel.TypeConverter (3)
System.Data.Common (3)
System.Data.Odbc (6)
System.Private.DataContractSerialization (3)
System.Private.Xml (3)
System.Text.Json (3)
System.Text.RegularExpressions (24)
System\Text\RegularExpressions\RegexCompiler.cs (6)
37private static MethodInfo IsBoundaryMethod => field ??= typeof(RegexRunner).GetMethod("IsBoundary", BindingFlags.NonPublic | BindingFlags.Static, [typeof(ReadOnlySpan<char>), typeof(int)])!;
38private static MethodInfo IsPreWordCharBoundaryMethod => field ??= typeof(RegexRunner).GetMethod("IsPreWordCharBoundary", BindingFlags.NonPublic | BindingFlags.Static, [typeof(ReadOnlySpan<char>), typeof(int)])!;
39private static MethodInfo IsPostWordCharBoundaryMethod => field ??= typeof(RegexRunner).GetMethod("IsPostWordCharBoundary", BindingFlags.NonPublic | BindingFlags.Static, [typeof(ReadOnlySpan<char>), typeof(int)])!;
41private static MethodInfo IsECMABoundaryMethod => field ??= typeof(RegexRunner).GetMethod("IsECMABoundary", BindingFlags.NonPublic | BindingFlags.Static, [typeof(ReadOnlySpan<char>), typeof(int)])!;
129private static FieldInfo RegexRunnerField(string fieldname) => typeof(RegexRunner).GetField(fieldname, BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static)!;
131private static MethodInfo RegexRunnerMethod(string methname) => typeof(RegexRunner).GetMethod(methname, BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static)!;
System.Windows.Forms (3)
System.Windows.Forms.Design (3)
System.Windows.Forms.Tests (3)
Templates.Blazor.Tests (9)
Templates.Blazor.WebAssembly.Auth.Tests (9)
Templates.Blazor.WebAssembly.Tests (9)
Templates.Mvc.Tests (9)
Templates.Tests (9)