1 write to _cachedTypes
System.Windows.Forms (1)
System\Resources\AssemblyNamesTypeResolutionService.cs (1)
80_cachedTypes ??= new(StringComparer.Ordinal);
2 references to _cachedTypes
System.Windows.Forms (2)
System\Resources\AssemblyNamesTypeResolutionService.cs (2)
81if (_cachedTypes.TryGetValue(name, out Type? result) && result is not null) 166_cachedTypes[name] = result;