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