-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce allocations in VB's PENamedTypeSymbol (#71515)
These changes bring the EnsureNestedTypesAreLoaded code in VB to be the same as that in C#. There are other optimizations in the C# implementation of this class that haven't made their way to the VB one, but this is all I want to tackle for now as I'm not (yet) very proficient in writing VB code. I noticed this in a dmp I took against a VS session with the Roslyn sln open.
- Loading branch information
Showing
1 changed file
with
24 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters