Home
last modified time | relevance | path

Searched refs:GetRefCount (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DGrpcEnvironmentTest.cs54 Assert.AreEqual(0, GrpcEnvironment.GetRefCount()); in InitializeAfterShutdown()
68 Assert.AreEqual(0, GrpcEnvironment.GetRefCount()); in ReleaseWithoutAddRef()
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs107 internal static int GetRefCount() in GetRefCount() method in Grpc.Core.GrpcEnvironment