3 writes to _resourceList
System.Resources.Extensions (3)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (3)
57_resourceList = new SortedDictionary<string, object?>(FastResourceComparer.Default); 79_resourceList = new SortedDictionary<string, object?>(FastResourceComparer.Default); 433_resourceList = null;
16 references to _resourceList
System.Resources.Extensions (16)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (16)
93if (_resourceList == null) 100_resourceList.Add(name, value); 113if (_resourceList == null) 127_resourceList.Add(name, value); 142if (_resourceList == null) 152Debug.Assert(_resourceList != null); 158_resourceList.Add(name, value); 168_resourceList.Add(name, new StreamWrapper(value, closeAfterWrite)); 182if (_resourceList == null) 189_resourceList.Add(name, value); 194if (_resourceList == null) 240if (_resourceList != null) 263if (_resourceList == null) 305int numResources = _resourceList.Count; 327_resourceList.Add(entry.Key, entry.Value); 333foreach (var item in _resourceList)