1 write to _itemsCache
System.Windows.Forms.Primitives (1)
System\Windows\Forms\ObjectCache.cs (1)
20_itemsCache = new T[cacheSpace];
7 references to _itemsCache
System.Windows.Forms.Primitives (7)
System\Windows\Forms\ObjectCache.cs (7)
30for (int i = 0; i < _itemsCache.Length; i++) 32item = Interlocked.Exchange(ref _itemsCache[i], null); 49for (int i = 0; i < _itemsCache.Length; i++) 51temp = Interlocked.Exchange(ref _itemsCache[i], temp); 68for (int i = 0; i < _itemsCache.Length; i++) 70(_itemsCache[i] as IDisposable)?.Dispose(); 71_itemsCache[i] = null;