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