Home
last modified time | relevance | path

Searched refs:IsMacOSX (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeExtension.cs192 if (PlatformApis.IsMacOSX) in GetPlatformString()
224 if (PlatformApis.IsMacOSX) in GetNativeLibraryFilename()
DUnmanagedLibrary.cs107 if (PlatformApis.IsMacOSX) in LoadSymbol()
150 if (PlatformApis.IsMacOSX) in PlatformSpecificLoadLibrary()
DPlatformApis.cs96 public static bool IsMacOSX property in Grpc.Core.Internal.PlatformApis