4 references to BeginMethod
System.ServiceModel (4)
System\ServiceModel\Dispatcher\InvokerUtil.cs (4)
86
ilg.
BeginMethod
("Create" + type.FullName, typeof(CreateInstanceDelegate), requiresMemberAccess);
125
this.ilg.
BeginMethod
("SyncInvoke" + method.Name, typeof(InvokeDelegate), requiresMemberAccess);
170
this.ilg.
BeginMethod
("AsyncInvokeBegin" + method.Name, typeof(InvokeBeginDelegate), requiresMemberAccess);
217
this.ilg.
BeginMethod
("AsyncInvokeEnd" + method.Name, typeof(InvokeEndDelegate), requiresMemberAccess);