1 write to InstallationType
System (1)
net\System\Net\Internal.cs (1)
718InstallationType = GetWindowsInstallType();
2 references to InstallationType
System (2)
net\System\Net\Internal.cs (1)
719if (Logging.On) Logging.PrintInfo(Logging.Web, SR.GetString(SR.net_osinstalltype, InstallationType));
net\System\Net\UnsafeNativeMethods.cs (1)
213if (ComNetOS.InstallationType == WindowsInstallationType.ServerCore)