2 writes to Invoker
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (2)
37dispatch.Invoker = new TaskMethodInvoker(description.TaskMethod, description.TaskTResult); 49dispatch.Invoker = new SyncMethodInvoker(description.SyncMethod);
2 references to Invoker
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
44if (operation.Invoker == null) 56_invoker = operation.Invoker;