1 instantiation of DefaultInterfaceMethodImplementationInstantiationThunk
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
141return new DefaultInterfaceMethodImplementationInstantiationThunk(owningTypeOfThunks, key.TargetMethod, key.InterfaceIndex, key.UseContextFromRuntime);
10 references to DefaultInterfaceMethodImplementationInstantiationThunk
ILCompiler.Compiler (10)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (8)
116private sealed class DefaultInterfaceMethodImplementationInstantiationThunkHashtable : LockFreeReaderHashtable<DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey, DefaultInterfaceMethodImplementationInstantiationThunk> 122protected override int GetValueHashCode(DefaultInterfaceMethodImplementationInstantiationThunk value) 126protected override bool CompareKeyToValue(DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey key, DefaultInterfaceMethodImplementationInstantiationThunk value) 132protected override bool CompareValueToValue(DefaultInterfaceMethodImplementationInstantiationThunk value1, DefaultInterfaceMethodImplementationInstantiationThunk value2) 138protected override DefaultInterfaceMethodImplementationInstantiationThunk CreateValueFromKey(DefaultInterfaceMethodImplementationInstantiationThunkHashtableKey key) 151return method is DefaultInterfaceMethodImplementationInstantiationThunk; 159return ((DefaultInterfaceMethodImplementationInstantiationThunk)method).TargetMethod;
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
49var otherMethod = (DefaultInterfaceMethodImplementationInstantiationThunk)other;