5 references to GetStorageRef
System.Private.CoreLib (5)
src\System\RuntimeType.GenericCache.cs (5)
65
TCache? existingComposite = TCache.
GetStorageRef
(composite);
88
return TCache.
GetStorageRef
(composite);
124
TCache? existingEntry = TCache.
GetStorageRef
(compositeCache);
125
if (Interlocked.CompareExchange(ref TCache.
GetStorageRef
(compositeCache), newEntry, existingEntry) == existingEntry)
162
TCache? currentEntry = Interlocked.CompareExchange(ref TCache.
GetStorageRef
(compositeCache), newEntry, null);