4 writes to _resCache
mscorlib (4)
system\resources\resourcereader.cs (4)
166
_resCache
= new Dictionary<String, ResourceLocator>(FastResourceComparer.Default);
188
_resCache
= new Dictionary<String, ResourceLocator>(FastResourceComparer.Default);
208
_resCache
= resCache;
232
_resCache
= null;
8 references to _resCache
mscorlib (8)
system\resources\resourcereader.cs (8)
307
if (
_resCache
== null)
1189
if (
_resCache
== null)
1369
if (_reader.
_resCache
== null) throw new InvalidOperationException(Environment.GetResourceString("ResourceReaderIsClosed"));
1393
if (_reader.
_resCache
== null) throw new InvalidOperationException(Environment.GetResourceString("ResourceReaderIsClosed"));
1398
lock (_reader.
_resCache
) {
1401
if (_reader.
_resCache
.TryGetValue(key, out locator)) {
1425
if (_reader.
_resCache
== null) throw new InvalidOperationException(Environment.GetResourceString("ResourceReaderIsClosed"));
1437
if (_reader.
_resCache
== null) throw new InvalidOperationException(Environment.GetResourceString("ResourceReaderIsClosed"));