1 write to _taskMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
58
_taskMethod
= operation.TaskMethod;
2 references to _taskMethod
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
295
if (
_taskMethod
== null)
302
return methodCall.MethodBase.Equals(
_taskMethod
);