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