Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DClientBase.cs198 readonly CallInvoker undecoratedCallInvoker; field in Grpc.Core.ClientBase.ClientBaseConfiguration
201 internal ClientBaseConfiguration(CallInvoker undecoratedCallInvoker, string host) in ClientBaseConfiguration()