1 instantiation of DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
96
var methodKey = new
DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey
(targetMethod, interfaceIndex, useContextFromRuntime);
5 references to DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey
ILCompiler.Compiler (5)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (5)
96
var
methodKey = new DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey(targetMethod, interfaceIndex, useContextFromRuntime);
116
private sealed class DefaultInterfaceMethodImplementationInstantiationThunkHashtable : LockFreeReaderHashtable<
DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey
, DefaultInterfaceMethodImplementationInstantiationThunk>
118
protected override int GetKeyHashCode(
DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey
key)
126
protected override bool CompareKeyToValue(
DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey
key, DefaultInterfaceMethodImplementationInstantiationThunk value)
138
protected override DefaultInterfaceMethodImplementationInstantiationThunk CreateValueFromKey(
DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey
key)