1 write to Method
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
27Method = taskMethod ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException(nameof(taskMethod)));
4 references to Method
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (4)
44_methodName = Method.Name; 201SRP.Format(SRP.ActivityExecuteMethod, Method.DeclaringType.FullName, Method.Name), 279var invokeDelegate = new InvokerUtil().GenerateInvokeDelegate(Method, out inputParameterCount, out outputParameterCount);