Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DPlatformApis.cs43 static readonly bool isNetCore; field in Grpc.Core.Internal.PlatformApis
56 isNetCore = RuntimeInformation.FrameworkDescription.StartsWith(".NET Core"); in PlatformApis()
64 isNetCore = false; in PlatformApis()
157 get { return isNetCore; }