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
;
272
Dictionary<string, ResourceLocator>? cache =
_resCache
;