2 writes to _resCache
System.Resources.Extensions (2)
src\libraries\System.Private.CoreLib\src\System\Resources\RuntimeResourceSet.cs (2)
200_resCache = new Dictionary<string, ResourceLocator>(FastResourceComparer.Default); 220_resCache = null;
2 references to _resCache
System.Resources.Extensions (2)
src\libraries\System.Private.CoreLib\src\System\Resources\RuntimeResourceSet.cs (2)
205_defaultReader._resCache = _resCache; 272Dictionary<string, ResourceLocator>? cache = _resCache;