1 instantiation of Value
System.Private.CoreLib (1)
System\Runtime\TypeLoaderExports.cs (1)
154Value v = new Value(result, auxResult);
12 references to Value
System.Private.CoreLib (12)
System\Runtime\TypeLoaderExports.cs (12)
34private static GenericCache<Key, Value> s_cache = 35new GenericCache<Key, Value>(InitialCacheSize, MaximumCacheSize); 79private static Value LookupOrAdd(IntPtr context, IntPtr signature) 81if (!TryGetFromCache(context, signature, out var v)) 91if (!TryGetFromCache(context, signature, out var v)) 101if (TryGetFromCache((IntPtr)obj.GetMethodTable(), RuntimeMethodHandle.ToIntPtr(slot), out var v)) 109Value v = CacheMiss((IntPtr)obj.GetMethodTable(), RuntimeMethodHandle.ToIntPtr(slot), 119if (!TryGetFromCache((IntPtr)obj.GetMethodTable(), openResolver, out var v)) 131private static bool TryGetFromCache(IntPtr context, IntPtr signature, out Value entry) 137private static Value CacheMiss(IntPtr ctx, IntPtr sig) 145private static unsafe Value CacheMiss(IntPtr context, IntPtr signature, RuntimeObjectFactory factory, object contextObject = null) 154Value v = new Value(result, auxResult);