1 write to Method
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
23Method = method ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException(nameof(method)));
4 references to Method
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (4)
34_methodName = Method.Name; 138ServiceModelActivity.Start(activity, SRP.Format(SRP.ActivityExecuteMethod, Method.DeclaringType.FullName, Method.Name), ActivityType.ExecuteUserCode); 201var invokeDelegate = new InvokerUtil().GenerateInvokeDelegate(Method, out inputParameterCount, out outputParameterCount);