Home
last modified time | relevance | path

Searched refs:IsDisposed (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DAsyncCallTest.cs119 Assert.IsTrue(fakeCall.IsDisposed); in AsyncUnary_RequestSerializationExceptionDoesntLeakResources()
128 Assert.IsTrue(fakeCall.IsDisposed); in AsyncUnary_StartCallFailureDoesntLeakResources()
137 Assert.IsTrue(fakeCall.IsDisposed); in SyncUnary_RequestSerializationExceptionDoesntLeakResources()
146 Assert.IsTrue(fakeCall.IsDisposed); in SyncUnary_StartCallFailureDoesntLeakResources()
376 Assert.IsTrue(fakeCall.IsDisposed); in ClientStreaming_StartCallFailureDoesntLeakResources()
459 Assert.IsTrue(fakeCall.IsDisposed); in ServerStreaming_RequestSerializationExceptionDoesntLeakResources()
471 Assert.IsTrue(fakeCall.IsDisposed); in ServerStreaming_StartCallFailureDoesntLeakResources()
637 Assert.IsTrue(fakeCall.IsDisposed); in DuplexStreaming_StartCallFailureDoesntLeakResources()
658 Assert.IsTrue(fakeCall.IsDisposed); in AssertUnaryResponseSuccess()
669 Assert.IsTrue(fakeCall.IsDisposed); in AssertStreamingResponseSuccess()
[all …]
DFakeNativeCall.cs83 public bool IsDisposed property in Grpc.Core.Internal.Tests.FakeNativeCall
172 IsDisposed = true; in Dispose()
DAsyncCallServerTest.cs184 Assert.IsTrue(fakeCall.IsDisposed); in AssertFinished()