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