-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RuntimeResourceSet improvements (#44454)
* RuntimeResourceSet improvements - remove unnecessary base class calls to trim more of base type - remove code paths which were never executed - replaced nested locking with simple locks - fix caching for case insensitive mode - add tests for more code paths * Move local caseInsensitiveTable initialisation * Clean up unused code * Revert "Clean up unused code" It's actually used via reflection in System.Resources.Extensions
- Loading branch information
1 parent
85d2df8
commit 8692967
Showing
4 changed files
with
135 additions
and
208 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
Oops, something went wrong.