Searched refs:grpcsharp_server_credentials_release (Results 1 – 4 of 4) sorted by relevance
46 Native.grpcsharp_server_credentials_release(handle); in ReleaseHandle()
109 …donly Delegates.grpcsharp_server_credentials_release_delegate grpcsharp_server_credentials_release; field in Grpc.Core.Internal.NativeMethods209 …this.grpcsharp_server_credentials_release = GetMethodDelegate<Delegates.grpcsharp_server_credentia… in NativeMethods()308 …this.grpcsharp_server_credentials_release = DllImportsFromStaticLib.grpcsharp_server_credentials_r… in NativeMethods()407 …this.grpcsharp_server_credentials_release = DllImportsFromSharedLib.grpcsharp_server_credentials_r… in NativeMethods()758 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1051 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
77 'void grpcsharp_server_credentials_release(IntPtr credentials)',
993 grpcsharp_server_credentials_release(grpc_server_credentials* creds) { in grpcsharp_server_credentials_release() function