1 write to Context
System.Private.CoreLib (1)
System\Runtime\InteropServices\IDynamicInterfaceCastable.cs (1)
130
public InstantiatingThunkKey(nint target, nint context) => (Target,
Context
) = (target, context);
2 references to Context
System.Private.CoreLib (2)
System\Runtime\InteropServices\IDynamicInterfaceCastable.cs (2)
100
return key.Target == target && key.
Context
== context;
116
protected override int GetKeyHashCode(InstantiatingThunkKey key) => HashCode.Combine(key.Target, key.
Context
);