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)
420if (_result == CommunicationWaitResult.Waiting) 432return _result;