Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DPlatformApis.cs44 static readonly bool isUnity; field in Grpc.Core.Internal.PlatformApis
72 isUnity = true; in PlatformApis()
81 isUnity = false; in PlatformApis()
116 get { return isUnity; }