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