3 references to IsAtLeast
System.ServiceModel (3)
System\ServiceModel\Channels\AppContainerInfo.cs (1)
34isAppContainerSupported = OSEnvironmentHelper.IsAtLeast(OSVersion.Win8);
System\ServiceModel\Channels\WebSocketHelper.cs (1)
219return OSEnvironmentHelper.IsAtLeast(OSVersion.Win8);
System\ServiceModel\OSEnvironmentHelper.cs (1)
63return IsAtLeast(OSVersion.WinVista);