5 references to TargetMethod
ILCompiler.Compiler (5)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (5)
125
return value.
TargetMethod
.GetHashCode() ^ value.InterfaceIndex;
129
return ReferenceEquals(key.TargetMethod, value.
TargetMethod
) &&
135
return ReferenceEquals(value1.
TargetMethod
, value2.
TargetMethod
) &&
160
return ((DefaultInterfaceMethodImplementationInstantiationThunk)method).
TargetMethod
;