11 references to WindowsInstallationType
System (11)
net\System\Net\Internal.cs (10)
688
internal static readonly
WindowsInstallationType
InstallationType; // e.g. Client, Server, Server Core
723
private static
WindowsInstallationType
GetWindowsInstallType()
734
return
WindowsInstallationType
.Unknown;
740
return
WindowsInstallationType
.Client;
744
return
WindowsInstallationType
.Server;
748
return
WindowsInstallationType
.ServerCore;
752
return
WindowsInstallationType
.Embedded;
764
return
WindowsInstallationType
.Unknown;
771
return
WindowsInstallationType
.Unknown;
776
return
WindowsInstallationType
.Unknown;
net\System\Net\UnsafeNativeMethods.cs (1)
213
if (ComNetOS.InstallationType ==
WindowsInstallationType
.ServerCore)