2 references to s_thunks
System.Linq.Expressions (2)
System\Dynamic\Utils\DelegateHelpers.cs (2)
203
if (!
s_thunks
.TryGetValue(delegateType, out MethodInfo? thunkMethod))
342
s_thunks
[delegateType] = thunkMethod;