1 instantiation of Value
System.Private.CoreLib (1)
System\Runtime\TypeLoaderExports.cs (1)
137Value v = new Value(result, auxResult);
10 references to Value
System.Private.CoreLib (10)
System\Runtime\TypeLoaderExports.cs (10)
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)) 102if (!TryGetFromCache((IntPtr)obj.GetMethodTable(), openResolver, out var v)) 114private static bool TryGetFromCache(IntPtr context, IntPtr signature, out Value entry) 120private static Value CacheMiss(IntPtr ctx, IntPtr sig) 128private static unsafe Value CacheMiss(IntPtr context, IntPtr signature, RuntimeObjectFactory factory, object contextObject = null) 137Value v = new Value(result, auxResult);