5 references to TargetMethod
ILCompiler.Compiler (5)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (5)
177
return value.
TargetMethod
.GetHashCode();
181
return ReferenceEquals(key.TargetMethod, value.
TargetMethod
) &&
186
return ReferenceEquals(value1.
TargetMethod
, value2.
TargetMethod
) &&
329
MethodDesc typicalMethodTarget = ((GenericUnboxingThunk)method.GetTypicalMethodDefinition()).
TargetMethod
;