14 lines
788 B
C#
14 lines
788 B
C#
using System.Buffers;
|
|
using System.CodeDom.Compiler;
|
|
|
|
namespace System.Text.RegularExpressions.Generated;
|
|
|
|
[GeneratedCode("System.Text.RegularExpressions.Generator", "9.0.12.41916")]
|
|
internal static class _003CRegexGenerator_g_003EFF909AF37F4C319C8940E7DA0E71D9E470824ECE485FE299B23B08984F5D534F6__Utilities
|
|
{
|
|
internal static readonly TimeSpan s_defaultTimeout = ((AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeSpan) ? timeSpan : Regex.InfiniteMatchTimeout);
|
|
|
|
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.InfiniteMatchTimeout;
|
|
|
|
internal static readonly SearchValues<char> s_whitespace = SearchValues.Create("\t\n\v\f\r \u0085\u00a0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u2028\u2029\u202f\u205f\u3000");
|
|
}
|