3 references to s_genericFunctionPointerDictionary
System.Private.CoreLib (3)
Internal\Runtime\CompilerServices\FunctionPointerOps.cs (3)
61
lock (
s_genericFunctionPointerDictionary
)
69
if (!
s_genericFunctionPointerDictionary
.TryGetValue(key, out IntPtr descriptor))
76
s_genericFunctionPointerDictionary
.LookupOrAdd(key, descriptor);