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