Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inconsistency in Regex infinite timeout usages (#77560)
In the Regex source generator, there is an inconsistency in which "timeout constant" we are comparing against vs. which constant we are setting when the timeout isn't specified. Fixing it to always use Regex.InfiniteMatchTimeout.
- Loading branch information