1 override of EmitCall
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
313
public override void
EmitCall
(OpCode opcode, MethodInfo methodInfo, Type[] optionalParameterTypes)
9 references to EmitCall
mscorlib (1)
system\reflection\emit\ilgenerator.cs (1)
494
EmitCall
(opcode, meth, null);
System.Activities (1)
System\Activities\Debugger\StateManager.cs (1)
672
ilGenerator.
EmitCall
(OpCodes.Call, islandWorkerMethodInfo, null);
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
359
_ilg.
EmitCall
(callOp, mi, args.Map(a => a.Type));
System.Web (2)
Util\FastPropertyAccessor.cs (2)
138
il.
EmitCall
(OpCodes.Callvirt, getterMethodInfo, null);
239
il.
EmitCall
(OpCodes.Callvirt, setterMethodInfo, null);
System.Web.Extensions (4)
UI\WebControls\Dynamic.cs (4)
383
gen.
EmitCall
(OpCodes.Call, ct.GetMethod("get_Default"), null);
388
gen.
EmitCall
(OpCodes.Callvirt, ct.GetMethod("Equals", new Type[] { ft, ft }), null);
408
gen.
EmitCall
(OpCodes.Call, ct.GetMethod("get_Default"), null);
411
gen.
EmitCall
(OpCodes.Callvirt, ct.GetMethod("GetHashCode", new Type[] { ft }), null);