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