2 references to IsNotWindowsIoTCore
System.Drawing.Common.Tests (1)
System\Drawing\IconConverterTests.cs (1)
10
[ConditionalClass(typeof(PlatformDetection), nameof(PlatformDetection.
IsNotWindowsIoTCore
))]
System.Windows.Forms.Primitives.TestUtilities (1)
PlatformDetection.Windows.cs (1)
31
public static bool IsWindowsNanoServer => (
IsNotWindowsIoTCore
&& GetInstallationType().Equals("Nano Server", StringComparison.OrdinalIgnoreCase));