25 references to Regex
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Rewrite (9)
ApacheModRewrite\RuleBuilder.cs (4)
68match = new RegexMatch(new Regex(input.Operand, RegexOptions.CultureInvariant | RegexOptions.Compiled | RegexOptions.IgnoreCase, _regexTimeout), input.Invert);
72match = new RegexMatch(new Regex(input.Operand, RegexOptions.CultureInvariant | RegexOptions.Compiled, _regexTimeout), input.Invert);
165_match = new RegexMatch(new Regex(input.Operand, RegexOptions.CultureInvariant | RegexOptions.Compiled | RegexOptions.IgnoreCase, _regexTimeout), input.Invert);
169_match = new RegexMatch(new Regex(input.Operand, RegexOptions.CultureInvariant | RegexOptions.Compiled, _regexTimeout), input.Invert);
Microsoft.AspNetCore.Routing (1)
Microsoft.Build (1)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.ML.Tokenizers.Tests (1)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
NuGet.Packaging (1)
System.ComponentModel.Annotations (1)
System.Text.RegularExpressions (5)
vstest.console (1)
vstest.console.arm64 (1)