2 references to s_thunkHashtable
System.Private.CoreLib (2)
System\Runtime\InteropServices\IDynamicInterfaceCastable.cs (2)
43
if (!
s_thunkHashtable
.TryGetValue(new InstantiatingThunkKey(result, (nint)genericContext), out nint thunk))
47
nint thunkInHashtable =
s_thunkHashtable
.AddOrGetExisting(thunk);