7 references to InvokeBeginDelegate
System.ServiceModel (7)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (3)
21InvokeBeginDelegate invokeBeginDelegate; 334InvokeBeginDelegate InvokeBeginDelegate 377InvokeBeginDelegate invokeBeginDelegate = new InvokerUtil().GenerateInvokeBeginDelegate(this.beginMethod, out inputParameterCount);
System\ServiceModel\Dispatcher\InvokerUtil.cs (4)
55internal InvokeBeginDelegate GenerateInvokeBeginDelegate(MethodInfo method, out int inputParameterCount) 163internal InvokeBeginDelegate GenerateInvokeBeginDelegate(MethodInfo method, out int inputParameterCount) 170this.ilg.BeginMethod("AsyncInvokeBegin" + method.Name, typeof(InvokeBeginDelegate), requiresMemberAccess); 207return (InvokeBeginDelegate)this.ilg.EndMethod();