1 write to isAppContainerSupported
System.ServiceModel (1)
System\ServiceModel\Channels\AppContainerInfo.cs (1)
34isAppContainerSupported = OSEnvironmentHelper.IsAtLeast(OSVersion.Win8);
2 references to isAppContainerSupported
System.ServiceModel (2)
System\ServiceModel\Channels\AppContainerInfo.cs (2)
36if (!isAppContainerSupported) 52return isAppContainerSupported;