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