Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/
H A DOSPlatform.cs45 public static readonly PlatformID UnixPlatformID_Microsoft = (PlatformID)4; field in NUnit.Framework.Internal.OSPlatform
197 return platform == UnixPlatformID_Microsoft
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/core/
H A DPlatformHelper.cs22 public static readonly PlatformID UnixPlatformID_Microsoft = (PlatformID) 4; field in NUnit.Core.PlatformHelper
193 nameOK = os.Platform == UnixPlatformID_Microsoft in IsPlatformSupported()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Internal/
H A DPlatformDetectionTests.cs216 new OSPlatform(OSPlatform.UnixPlatformID_Microsoft, new Version(0,0)), in DetectUnixUnderMicrosoftDotNet()