6 references to Default
System.Resources.Extensions (6)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (3)
54_resourceList = new SortedDictionary<string, object?>(FastResourceComparer.Default); 73_resourceList = new SortedDictionary<string, object?>(FastResourceComparer.Default); 181_preserializedData ??= new Dictionary<string, PrecannedResource>(FastResourceComparer.Default);
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (2)
100_resCache = new Dictionary<string, ResourceLocator>(FastResourceComparer.Default); 132_resCache = new Dictionary<string, ResourceLocator>(FastResourceComparer.Default);
src\libraries\System.Private.CoreLib\src\System\Resources\RuntimeResourceSet.cs (1)
200_resCache = new Dictionary<string, ResourceLocator>(FastResourceComparer.Default);