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