7 references to EmitCall
System.Linq.Expressions (7)
System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs (2)
287EmitCall(instanceType, pi.GetGetMethod(nonPublic: true)!); 305@this.EmitCall(instanceLocal?.LocalType, pi.GetSetMethod(nonPublic: true)!);
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (5)
299EmitCall(objectType, method); 327EmitCall(objectType, method); 821EmitCall(objectType, prop.GetSetMethod(nonPublic: true)!); 865EmitCall(objectType, prop.GetGetMethod(nonPublic: true)!); 967EmitCall(objectType, (binding.Member as PropertyInfo)!.GetSetMethod(nonPublic: true)!);