You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lazily-initialize RegexCompiler's cached reflection members (#109283)
* Lazily-initialize RegexCompiler's cached reflection members
There are currently ~70 members that we populate to cache for later use. We rarely need all of them. This uses `field` to make them lazily initialized.
* Remove field attributes and suppress warnings
0 commit comments