2 writes to _result
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (2)
413
_result
= CommunicationWaitResult.Aborted;
422
_result
= (expired ? CommunicationWaitResult.Expired : CommunicationWaitResult.Succeeded);
2 references to _result
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (2)
420
if (
_result
== CommunicationWaitResult.Waiting)
432
return
_result
;