3 writes to _resourceSets
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceManager.cs (3)
179
_resourceSets
= new Dictionary<string, ResourceSet>();
246
_resourceSets
= new Dictionary<string, ResourceSet>();
294
_resourceSets
= new Dictionary<string, ResourceSet>();
6 references to _resourceSets
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceManager.cs (6)
289
Debug.Assert(
_resourceSets
!= null);
290
Dictionary<string, ResourceSet> localResourceSets =
_resourceSets
;
357
Dictionary<string, ResourceSet>? localResourceSets =
_resourceSets
;
396
Dictionary<string, ResourceSet>? localResourceSets =
_resourceSets
;
431
Debug.Assert(
_resourceSets
!= null);
433
Dictionary<string, ResourceSet> localResourceSets =
_resourceSets
;