1 write to _resourceSets
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ComponentResourceManager.cs (1)
109_resourceSets = new Dictionary<CultureInfo, SortedList<string, object?>?>();
4 references to _resourceSets
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ComponentResourceManager.cs (4)
107if (_resourceSets == null) 111_resourceSets[culture] = resources; 115resources = _resourceSets.GetValueOrDefault(culture, defaultValue: null); 119_resourceSets[culture] = resources;