.NET is looping on FLDictIterator_Next which has severe performance implications. Instead the loop should be checking for a null key, and using that as a termination condition.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
.NET is looping on FLDictIterator_Next which has severe performance implications. Instead the loop should be checking for a null key, and using that as a termination condition.