Searched refs:returnAction (Results 1 – 5 of 5) sorted by relevance
33 readonly Action<T> returnAction; field in Grpc.Core.Internal.DefaultObjectPool58 this.returnAction = Return; in DefaultObjectPool()80 item.SetReturnToPoolAction(returnAction); in Lease()
54 public void SetReturnToPoolAction(Action<RequestCallContextSafeHandle> returnAction) in SetReturnToPoolAction() argument57 returnToPoolAction = returnAction; in SetReturnToPoolAction()
62 public void SetReturnToPoolAction(Action<BatchContextSafeHandle> returnAction) in SetReturnToPoolAction() argument65 returnToPoolAction = returnAction; in SetReturnToPoolAction()
32 void SetReturnToPoolAction(Action<T> returnAction); in SetReturnToPoolAction() argument
84 public void SetReturnToPoolAction(Action<TestPooledObject> returnAction) in SetReturnToPoolAction() argument86 this.ReturnAction = returnAction; in SetReturnToPoolAction()