102 references to InfiniteMatchTimeout
cdac-build-tool (3)
_generated\0\RegexGenerator.g.cs (3)
321
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
322
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
325
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
dotnet (3)
_generated\187\RegexGenerator.g.cs (3)
433
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
434
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
437
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
dotnet-dev-certs (3)
_generated\0\RegexGenerator.g.cs (3)
606
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
607
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
610
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
illink (3)
_generated\0\RegexGenerator.g.cs (3)
364
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
365
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
368
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.AspNetCore.Components (3)
_generated\1\RegexGenerator.g.cs (3)
140
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
141
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
144
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.AspNetCore.DeveloperCertificates.XPlat (3)
_generated\0\RegexGenerator.g.cs (3)
606
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
607
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
610
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.AspNetCore.Routing (3)
_generated\1\RegexGenerator.g.cs (3)
140
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
141
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
144
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.AspNetCore.Server.Kestrel.Core (3)
_generated\1\RegexGenerator.g.cs (3)
609
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
610
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
613
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.Build (3)
_generated\0\RegexGenerator.g.cs (3)
9339
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
9340
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
9343
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.Build.Framework (3)
_generated\1\RegexGenerator.g.cs (3)
225
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
226
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
229
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.Build.Tasks.Core (3)
_generated\0\RegexGenerator.g.cs (3)
4160
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
4161
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
4164
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.Build.Utilities.Core (3)
_generated\0\RegexGenerator.g.cs (3)
2644
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
2645
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
2648
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.CodeAnalysis (3)
_generated\0\RegexGenerator.g.cs (3)
945
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
946
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
949
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.DotNet.HotReload.Watch (3)
_generated\0\RegexGenerator.g.cs (3)
752
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
753
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
756
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
Microsoft.NET.Build.Containers (3)
_generated\0\RegexGenerator.g.cs (3)
251
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
252
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
255
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
RepoTasks (3)
_generated\0\RegexGenerator.g.cs (3)
606
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
607
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
610
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
System.ComponentModel.TypeConverter (3)
_generated\0\RegexGenerator.g.cs (3)
138
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
139
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
142
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
System.Data.Common (3)
_generated\0\RegexGenerator.g.cs (3)
580
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
581
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
584
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
System.Data.Odbc (3)
_generated\1\RegexGenerator.g.cs (3)
580
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
581
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
584
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
System.Data.OleDb (3)
_generated\4\RegexGenerator.g.cs (3)
580
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
581
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
584
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
System.Private.DataContractSerialization (3)
_generated\0\RegexGenerator.g.cs (3)
412
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
413
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
416
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
System.Private.Xml (3)
_generated\0\RegexGenerator.g.cs (3)
2544
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
2545
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
2548
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
System.Text.RegularExpressions (30)
System\Text\RegularExpressions\Regex.Count.cs (2)
83
/// <param name="matchTimeout">A time-out interval, or <see cref="
InfiniteMatchTimeout
"/> to indicate that the method should not time out.</param>
119
/// <param name="matchTimeout">A time-out interval, or <see cref="
InfiniteMatchTimeout
"/> to indicate that the method should not time out.</param>
System\Text\RegularExpressions\Regex.cs (2)
118
/// A time-out interval, or <see cref="
InfiniteMatchTimeout
" /> to indicate that the method should not time out.
172
factory = Compile(pattern, tree, options, matchTimeout !=
InfiniteMatchTimeout
);
System\Text\RegularExpressions\Regex.EnumerateMatches.cs (1)
60
/// <param name="matchTimeout">A time-out interval, or <see cref="
InfiniteMatchTimeout
"/> to indicate that the method should not time out.</param>
System\Text\RegularExpressions\Regex.EnumerateSplits.cs (1)
85
/// <param name="matchTimeout">A time-out interval, or <see cref="
InfiniteMatchTimeout
"/> to indicate that the method should not time out.</param>
System\Text\RegularExpressions\Regex.Match.cs (8)
115
/// <param name="matchTimeout">A time-out interval, or <see cref="Regex.
InfiniteMatchTimeout
"/> to indicate
163
/// <param name="matchTimeout">A time-out interval, or <see cref="Regex.
InfiniteMatchTimeout
"/> to indicate
203
/// properties, or if the time-out value is <see cref="Regex.
InfiniteMatchTimeout
"/>, no exception
350
/// <param name="matchTimeout">A time-out interval, or <see cref="Regex.
InfiniteMatchTimeout
"/> to indicate
419
/// properties, or if the time-out value is <see cref="Regex.
InfiniteMatchTimeout
"/>, no exception
606
/// <param name="matchTimeout">A time-out interval, or <see cref="Regex.
InfiniteMatchTimeout
"/> to indicate
675
/// <see cref="Regex.MatchTimeout"/> property is not <see cref="Regex.
InfiniteMatchTimeout
"/> and a
724
/// <see cref="Regex.MatchTimeout"/> property is not <see cref="Regex.
InfiniteMatchTimeout
"/> and a
System\Text\RegularExpressions\Regex.Replace.cs (2)
131
/// <param name="matchTimeout">A time-out interval, or <see cref="Regex.
InfiniteMatchTimeout
"/> to
419
/// <param name="matchTimeout">A time-out interval, or <see cref="Regex.
InfiniteMatchTimeout
"/> to
System\Text\RegularExpressions\Regex.Split.cs (1)
102
/// A time-out interval, or <see cref="Regex.
InfiniteMatchTimeout
"/> to indicate that the
System\Text\RegularExpressions\Regex.Timeout.cs (7)
24
/// <summary>Number of ticks represented by <see cref="
InfiniteMatchTimeout
"/>.</summary>
37
/// methods use the <see cref="
InfiniteMatchTimeout
"/> constant to indicate that the attempt to find a
41
/// Setting the regular expression engine's time-out value to <see cref="
InfiniteMatchTimeout
"/> can
57
/// The default defaults to <see cref="
InfiniteMatchTimeout
"/> but can be overridden by setting
71
/// <see cref="RegexMatchTimeoutException"/> is thrown, or <see cref="
InfiniteMatchTimeout
"/> if
94
/// <see cref="
InfiniteMatchTimeout
"/> is used, and matching operations do not time out.
114
return
InfiniteMatchTimeout
;
System\Text\RegularExpressions\RegexAssemblyCompiler.cs (3)
79
if (matchTimeout != Regex.
InfiniteMatchTimeout
)
125
if (matchTimeout == Regex.
InfiniteMatchTimeout
)
128
_ilg.Emit(OpCodes.Ldsfld, RegexField(nameof(Regex.
InfiniteMatchTimeout
)));
System\Text\RegularExpressions\RegexCompilationInfo.cs (1)
80
/// <see cref="RegexMatchTimeoutException"/> is thrown, or <see cref="Regex.
InfiniteMatchTimeout
"/> if time-outs are disabled.
System\Text\RegularExpressions\RegexRunner.cs (1)
345
if (Regex.
InfiniteMatchTimeout
!= timeout)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
175
_checkTimeout = Regex.
InfiniteMatchTimeout
!= matchTimeout;
System.Windows.Forms (3)
_generated\2\RegexGenerator.g.cs (3)
144
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
145
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
148
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;
System.Windows.Forms.Design (3)
_generated\2\RegexGenerator.g.cs (3)
157
/// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.
InfiniteMatchTimeout
"/> if none was set.</summary>
158
internal static readonly TimeSpan s_defaultTimeout = AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeout ? timeout : Regex.
InfiniteMatchTimeout
;
161
internal static readonly bool s_hasTimeout = s_defaultTimeout != Regex.
InfiniteMatchTimeout
;