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