Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs71 public UsageScope NewScope() in NewScope()
73 return new UsageScope(this); in NewScope()
118 public struct UsageScope : IDisposable struct in Grpc.Core.Internal.CompletionQueueSafeHandle
122 public UsageScope(CompletionQueueSafeHandle cq) in UsageScope() argument