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