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