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