Searched refs:grpcsharp_request_call_context_call (Results 1 – 4 of 4) sorted by relevance
65 var call = Native.grpcsharp_request_call_context_call(this); in GetServerRpcNew()
51 …eadonly Delegates.grpcsharp_request_call_context_call_delegate grpcsharp_request_call_context_call; field in Grpc.Core.Internal.NativeMethods151 …this.grpcsharp_request_call_context_call = GetMethodDelegate<Delegates.grpcsharp_request_call_cont… in NativeMethods()250 …this.grpcsharp_request_call_context_call = DllImportsFromStaticLib.grpcsharp_request_call_context_… in NativeMethods()349 …this.grpcsharp_request_call_context_call = DllImportsFromSharedLib.grpcsharp_request_call_context_… in NativeMethods()584 …public static extern CallSafeHandle grpcsharp_request_call_context_call(RequestCallContextSafeHand… in grpcsharp_request_call_context_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib877 …public static extern CallSafeHandle grpcsharp_request_call_context_call(RequestCallContextSafeHand… in grpcsharp_request_call_context_call() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
19 'CallSafeHandle grpcsharp_request_call_context_call(RequestCallContextSafeHandle ctx)',
311 grpcsharp_request_call_context_call(const grpcsharp_request_call_context* ctx) { in grpcsharp_request_call_context_call() function