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