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