Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultSerializationContext.cs99 public struct UsageScope : IDisposable struct in Grpc.Core.Internal.DefaultSerializationContext
101 readonly DefaultSerializationContext context;
103 public UsageScope(DefaultSerializationContext context) in UsageScope() argument
108 public DefaultSerializationContext Context => context;
109 public void Dispose() in Dispose()
DCompletionQueueSafeHandle.cs121 public struct UsageScope : IDisposable struct in Grpc.Core.Internal.CompletionQueueSafeHandle
123 readonly CompletionQueueSafeHandle cq;
125 public UsageScope(CompletionQueueSafeHandle cq) in UsageScope() argument
131 public void Dispose() in Dispose()