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