Searched refs:grpcsharp_channel_destroy (Results 1 – 4 of 4) sorted by relevance
83 Native.grpcsharp_channel_destroy(handle); in ReleaseHandle()
90 public readonly Delegates.grpcsharp_channel_destroy_delegate grpcsharp_channel_destroy; field in Grpc.Core.Internal.NativeMethods190 …this.grpcsharp_channel_destroy = GetMethodDelegate<Delegates.grpcsharp_channel_destroy_delegate>(l… in NativeMethods()289 this.grpcsharp_channel_destroy = DllImportsFromStaticLib.grpcsharp_channel_destroy; in NativeMethods()388 this.grpcsharp_channel_destroy = DllImportsFromSharedLib.grpcsharp_channel_destroy; in NativeMethods()701 public static extern void grpcsharp_channel_destroy(IntPtr channel); in grpcsharp_channel_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib994 public static extern void grpcsharp_channel_destroy(IntPtr channel); in grpcsharp_channel_destroy() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
58 'void grpcsharp_channel_destroy(IntPtr channel)',
393 GPR_EXPORT void GPR_CALLTYPE grpcsharp_channel_destroy(grpc_channel* channel) { in grpcsharp_channel_destroy() function