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