Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo & make the code leaner (dotnet/coreclr#25442)
Enum.HasFlag generates bigger IL and depends on complex JIT optimization for a good code. The classic bit check is strongly preferred accross CoreCLR and CoreFX. Signed-off-by: dotnet-bot <[email protected]>
- Loading branch information