Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Reflection/
DReflectionServiceImpl.cs50 public ReflectionServiceImpl(IEnumerable<ServiceDescriptor> serviceDescriptors) in ReflectionServiceImpl()
59 …public ReflectionServiceImpl(params ServiceDescriptor[] serviceDescriptors) : this((IEnumerable<Se… in ReflectionServiceImpl()