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