Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CharInClass reference in regex emitter (#61559)
We've tried to consistently use global:: whenever referring to core library types in the regex generator emitted code. I'd missed these two. (That said, these make the code a lot harder to read, especially in places where we're unable to use extension methods as extensions, so we'll want to revisit this policy.)
- Loading branch information