5 references to TargetMethod
ILCompiler.Compiler (5)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (5)
125return value.TargetMethod.GetHashCode() ^ value.InterfaceIndex; 129return ReferenceEquals(key.TargetMethod, value.TargetMethod) && 135return ReferenceEquals(value1.TargetMethod, value2.TargetMethod) && 160return ((DefaultInterfaceMethodImplementationInstantiationThunk)method).TargetMethod;