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)
134
if (
_resourceList
== null)
139
_resourceList
.Add(name, value);
150
if (
_resourceList
== null)
162
_resourceList
.Add(name, value);
175
if (
_resourceList
== null)
190
if (
_resourceList
== null)
202
_resourceList
.Add(name, value);
212
_resourceList
.Add(name, new StreamWrapper(value, closeAfterWrite));
224
if (
_resourceList
== null)
229
_resourceList
.Add(name, value);
241
if (
_resourceList
== null)
262
if (
_resourceList
!= null) {
287
if (
_resourceList
== null)
332
int numResources =
_resourceList
.Count;
400
SortedList sortedResources = new SortedList(
_resourceList
, FastResourceComparer.Default);