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