Searched refs:SetReturnToPoolAction (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ | ||
D | IPooledObject.cs | 32 void SetReturnToPoolAction(Action<T> returnAction); in SetReturnToPoolAction() method |
D | RequestCallContextSafeHandle.cs | 54 public void SetReturnToPoolAction(Action<RequestCallContextSafeHandle> returnAction) in SetReturnToPoolAction() method in Grpc.Core.Internal.RequestCallContextSafeHandle |
D | BatchContextSafeHandle.cs | 62 public void SetReturnToPoolAction(Action<BatchContextSafeHandle> returnAction) in SetReturnToPoolAction() method in Grpc.Core.Internal.BatchContextSafeHandle |
D | DefaultObjectPool.cs | 80 item.SetReturnToPoolAction(returnAction); in Lease() |
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/ | ||
D | DefaultObjectPoolTest.cs | 84 public void SetReturnToPoolAction(Action<TestPooledObject> returnAction) in SetReturnToPoolAction() method in Grpc.Core.Internal.Tests.DefaultObjectPoolTest.TestPooledObject |