3 writes to _resourceList
mscorlib (3)
system\resources\resourcewriter.cs (3)
110_resourceList = new Dictionary<String, Object>(_ExpectedNumberOfResources, FastResourceComparer.Default); 122_resourceList = new Dictionary<String, Object>(_ExpectedNumberOfResources, FastResourceComparer.Default); 520_resourceList = null;
15 references to _resourceList
mscorlib (15)
system\resources\resourcewriter.cs (15)
134if (_resourceList == null) 139_resourceList.Add(name, value); 150if (_resourceList == null) 162_resourceList.Add(name, value); 175if (_resourceList == null) 190if (_resourceList == null) 202_resourceList.Add(name, value); 212_resourceList.Add(name, new StreamWrapper(value, closeAfterWrite)); 224if (_resourceList == null) 229_resourceList.Add(name, value); 241if (_resourceList == null) 262if (_resourceList != null) { 287if (_resourceList == null) 332int numResources = _resourceList.Count; 400SortedList sortedResources = new SortedList(_resourceList, FastResourceComparer.Default);