6 references to OperationWithTimeoutAsyncResult
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
611
return new
OperationWithTimeoutAsyncResult
(this.OnClose, timeout, callback, state);
616
return new
OperationWithTimeoutAsyncResult
(this.OnOpen, timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
279
return new
OperationWithTimeoutAsyncResult
(this.OnClose, timeout, callback, state);
284
return new
OperationWithTimeoutAsyncResult
(this.OnOpen, timeout, callback, state);
454
return new
OperationWithTimeoutAsyncResult
(this.OnClose, timeout, callback, state);
459
return new
OperationWithTimeoutAsyncResult
(this.OnOpen, timeout, callback, state);