5 references to TargetMethod
ILCompiler.Compiler (5)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (5)
178
return value.
TargetMethod
.GetHashCode();
182
return ReferenceEquals(key.TargetMethod, value.
TargetMethod
) &&
187
return ReferenceEquals(value1.
TargetMethod
, value2.
TargetMethod
) &&
330
MethodDesc typicalMethodTarget = ((GenericUnboxingThunk)method.GetTypicalMethodDefinition()).
TargetMethod
;