Searched refs:isNetCore (Results 1 – 1 of 1) sorted by relevance
43 static readonly bool isNetCore; field in Grpc.Core.Internal.PlatformApis56 isNetCore = RuntimeInformation.FrameworkDescription.StartsWith(".NET Core"); in PlatformApis()64 isNetCore = false; in PlatformApis()157 get { return isNetCore; }