5 writes to _resourceSets
mscorlib (5)
system\resources\resourcemanager.cs (5)
330_resourceSets = new Dictionary<String, ResourceSet>(); 448this._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)
582Dictionary<String, ResourceSet> localResourceSets = _resourceSets; 665Dictionary<String,ResourceSet> localResourceSets = _resourceSets; 705Dictionary<String,ResourceSet> localResourceSets = _resourceSets; 764Dictionary<String, ResourceSet> localResourceSets = _resourceSets;