@@ -25,7 +25,7 @@ partial class EnvVarTypeConverter
2525 /// ○ Match '}'.<br/>
2626 /// </code>
2727 /// </remarks>
28- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.16921 " ) ]
28+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.22922 " ) ]
2929 private static partial global ::System . Text . RegularExpressions . Regex GetEnvVarRegex ( ) => global ::System . Text . RegularExpressions . Generated . GetEnvVarRegex_0 . Instance ;
3030 }
3131}
@@ -66,7 +66,7 @@ partial class SqlConnectionDetails
6666 /// ○ Match if at the end of the string or if before an ending newline.<br/>
6767 /// </code>
6868 /// </remarks>
69- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.16921 " ) ]
69+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.22922 " ) ]
7070 private static partial global ::System . Text . RegularExpressions . Regex DataSourceRegex ( ) => global ::System . Text . RegularExpressions . Generated . DataSourceRegex_1 . Instance ;
7171 }
7272}
@@ -86,7 +86,7 @@ partial class SqlConnectionDetails
8686 /// ○ Match '\\'.<br/>
8787 /// </code>
8888 /// </remarks>
89- [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.16921 " ) ]
89+ [ global ::System . CodeDom . Compiler . GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.22922 " ) ]
9090 private static partial global ::System . Text . RegularExpressions . Regex NamedPipeRegex ( ) => global ::System . Text . RegularExpressions . Generated . NamedPipeRegex_2 . Instance ;
9191 }
9292}
@@ -104,7 +104,7 @@ namespace System.Text.RegularExpressions.Generated
104104 using System . Threading ;
105105
106106 /// <summary>Custom <see cref="Regex"/>-derived type for the GetEnvVarRegex method.</summary>
107- [ GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.16921 " ) ]
107+ [ GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.22922 " ) ]
108108 file sealed class GetEnvVarRegex_0 : Regex
109109 {
110110 /// <summary>Cached, thread-safe singleton instance.</summary>
@@ -385,7 +385,7 @@ void UncaptureUntil(int capturePosition)
385385 }
386386
387387 /// <summary>Custom <see cref="Regex"/>-derived type for the DataSourceRegex method.</summary>
388- [ GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.16921 " ) ]
388+ [ GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.22922 " ) ]
389389 file sealed class DataSourceRegex_1 : Regex
390390 {
391391 /// <summary>Cached, thread-safe singleton instance.</summary>
@@ -1039,7 +1039,7 @@ void UncaptureUntil(int capturePosition)
10391039 }
10401040
10411041 /// <summary>Custom <see cref="Regex"/>-derived type for the NamedPipeRegex method.</summary>
1042- [ GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.16921 " ) ]
1042+ [ GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.22922 " ) ]
10431043 file sealed class NamedPipeRegex_2 : Regex
10441044 {
10451045 /// <summary>Cached, thread-safe singleton instance.</summary>
@@ -1200,7 +1200,7 @@ void UncaptureUntil(int capturePosition)
12001200 }
12011201
12021202 /// <summary>Helper methods used by generated <see cref="Regex"/>-derived implementations.</summary>
1203- [ GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.16921 " ) ]
1203+ [ GeneratedCodeAttribute ( "System.Text.RegularExpressions.Generator" , "8.0.14.22922 " ) ]
12041204 file static class Utilities
12051205 {
12061206 /// <summary>Default timeout value set in <see cref="AppContext"/>, or <see cref="Regex.InfiniteMatchTimeout"/> if none was set.</summary>
0 commit comments