Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix locking in ReflectionComposablePart.ImportsCache (#103660)
The second check needs to use the value from the field (to see updates made by other threads), not the local variable. Fixes: #103650
- Loading branch information