3 writes to _resourceList
System.Resources.Extensions (3)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (3)
54_resourceList = new SortedDictionary<string, object?>(FastResourceComparer.Default); 73_resourceList = new SortedDictionary<string, object?>(FastResourceComparer.Default); 415_resourceList = null;
16 references to _resourceList
System.Resources.Extensions (16)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (16)
84if (_resourceList == null) 91_resourceList.Add(name, value); 101if (_resourceList == null) 115_resourceList.Add(name, value); 127if (_resourceList == null) 137Debug.Assert(_resourceList != null); 143_resourceList.Add(name, value); 153_resourceList.Add(name, new StreamWrapper(value, closeAfterWrite)); 164if (_resourceList == null) 171_resourceList.Add(name, value); 176if (_resourceList == null) 222if (_resourceList != null) 245if (_resourceList == null) 287int numResources = _resourceList.Count; 309_resourceList.Add(entry.Key, entry.Value); 315foreach (var item in _resourceList)