1 write to TargetMethod
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
110TargetMethod = targetMethod;
4 references to TargetMethod
ILCompiler.Compiler (4)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (4)
120return key.TargetMethod.GetHashCode() ^ key.InterfaceIndex; 128return ReferenceEquals(key.TargetMethod, value.TargetMethod) && 140TypeDesc owningTypeOfThunks = ((CompilerTypeSystemContext)key.TargetMethod.Context).GeneratedAssembly.GetGlobalModuleType(); 141return new DefaultInterfaceMethodImplementationInstantiationThunk(owningTypeOfThunks, key.TargetMethod, key.InterfaceIndex, key.UseContextFromRuntime);