5 references to TargetMethod
ILCompiler.Compiler (5)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (5)
124
return value.
TargetMethod
.GetHashCode() ^ value.InterfaceIndex;
128
return ReferenceEquals(key.TargetMethod, value.
TargetMethod
) &&
134
return ReferenceEquals(value1.
TargetMethod
, value2.
TargetMethod
) &&
159
return ((DefaultInterfaceMethodImplementationInstantiationThunk)method).
TargetMethod
;