Searched refs:NativeMethods (Results 1 – 25 of 26) sorted by relevance
12
36 readonly NativeMethods nativeMethods;72 public NativeMethods NativeMethods property in Grpc.Core.Internal.NativeExtension107 private static NativeMethods LoadNativeMethods() in LoadNativeMethods()117 return new NativeMethods(LoadUnmanagedLibrary()); in LoadNativeMethods()127 private static NativeMethods LoadNativeMethodsUnity() in LoadNativeMethodsUnity()132 return new NativeMethods(new NativeMethods.DllImportsFromStaticLib()); in LoadNativeMethodsUnity()135 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib()); in LoadNativeMethodsUnity()143 private static NativeMethods LoadNativeMethodsXamarin() in LoadNativeMethodsXamarin()147 return new NativeMethods(new NativeMethods.DllImportsFromSharedLib()); in LoadNativeMethodsXamarin()150 return new NativeMethods(new NativeMethods.DllImportsFromStaticLib()); in LoadNativeMethodsXamarin()
39 internal partial class NativeMethods class47 public static NativeMethods Get() in Get()49 return NativeExtension.Get().NativeMethods; in Get()
27 static readonly NativeMethods Native = NativeMethods.Get();
30 static readonly NativeMethods Native = NativeMethods.Get();
28 static readonly NativeMethods Native = NativeMethods.Get();
29 static readonly NativeMethods Native = NativeMethods.Get();
26 static readonly NativeMethods Native = NativeMethods.Get();
33 static readonly NativeMethods Native = NativeMethods.Get();
32 static readonly NativeMethods Native = NativeMethods.Get();
38 static readonly NativeMethods Native = NativeMethods.Get();
34 static readonly NativeMethods Native = NativeMethods.Get();
40 public static void Override(NativeMethods native) in Override()
42 public static void Redirect(NativeMethods native) in Redirect()
31 static readonly NativeMethods Native = NativeMethods.Get();
358 var ptr = NativeMethods.Get().grpcsharp_version_string(); // the pointer is not owned in GetCoreVersionString()373 NativeMethods.Get().grpcsharp_init(); in GrpcNativeInit()381 NativeMethods.Get().grpcsharp_shutdown(); in GrpcNativeShutdown()
141 internal partial class NativeMethods151 public NativeMethods(UnmanagedLibrary library)158 public NativeMethods(DllImportsFromStaticLib unusedInstance)165 public NativeMethods(DllImportsFromSharedLib unusedInstance)