Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DRequestCallContextSafeHandle.cs63 public ServerRpcNew GetServerRpcNew(Server server) in GetServerRpcNew() method in Grpc.Core.Internal.RequestCallContextSafeHandle
/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs366 var newRpc = ctx.GetServerRpcNew(this); in HandleNewServerRpc()