2 writes to Pattern
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (2)
73
Pattern
= regexPattern;
134
Pattern
= info.GetString("regexPattern")!;
3 references to Pattern
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (3)
34
/// which is available from the <see cref="
Pattern
"/> property, and the input that caused excessive
66
/// <see cref="
Pattern
"/>, and <see cref="MatchTimeout"/> properties of the new
149
info.AddValue("regexPattern",
Pattern
);