5 writes to _resourceSets
mscorlib (5)
system\resources\resourcemanager.cs (5)
330
_resourceSets
= new Dictionary<String, ResourceSet>();
448
this.
_resourceSets
= null;
457
_resourceSets
= new Dictionary<String, ResourceSet>();
505
_resourceSets
= new Dictionary<String,ResourceSet>();
586
_resourceSets
= new Dictionary<String,ResourceSet>();
4 references to _resourceSets
mscorlib (4)
system\resources\resourcemanager.cs (4)
582
Dictionary<String, ResourceSet> localResourceSets =
_resourceSets
;
665
Dictionary<String,ResourceSet> localResourceSets =
_resourceSets
;
705
Dictionary<String,ResourceSet> localResourceSets =
_resourceSets
;
764
Dictionary<String, ResourceSet> localResourceSets =
_resourceSets
;