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)
30
for (int i = 0; i <
_itemsCache
.Length; i++)
32
item = Interlocked.Exchange(ref
_itemsCache
[i], null);
49
for (int i = 0; i <
_itemsCache
.Length; i++)
51
temp = Interlocked.Exchange(ref
_itemsCache
[i], temp);
68
for (int i = 0; i <
_itemsCache
.Length; i++)
70
(
_itemsCache
[i] as IDisposable)?.Dispose();
71
_itemsCache
[i] = null;