22 references to Win32NT
aspire (1)
Projects\ProjectUpdater.cs (1)
211if (Environment.OSVersion.Platform == PlatformID.Win32NT)
Aspire.Cli.Tests (1)
TestServices\TestDotNetCliRunner.cs (1)
91PlatformID.Win32NT => [Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "NuGet", "NuGet.Config")],
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\NoMessagePumpSyncContext.cs (1)
58if (Environment.OSVersion.Platform == PlatformID.Win32NT)
illink (1)
Microsoft.AspNetCore.Cryptography.Internal (1)
Cng\OSVersionUtil.cs (1)
15if (Environment.OSVersion.Platform is not PlatformID.Win32NT)
Microsoft.CodeAnalysis (1)
InternalUtilities\NoMessagePumpSyncContext.cs (1)
58if (Environment.OSVersion.Platform == PlatformID.Win32NT)
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\NoMessagePumpSyncContext.cs (1)
58if (Environment.OSVersion.Platform == PlatformID.Win32NT)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\NoMessagePumpSyncContext.cs (1)
58if (Environment.OSVersion.Platform == PlatformID.Win32NT)
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\NoMessagePumpSyncContext.cs (1)
58if (Environment.OSVersion.Platform == PlatformID.Win32NT)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\NoMessagePumpSyncContext.cs (1)
58if (Environment.OSVersion.Platform == PlatformID.Win32NT)
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\NoMessagePumpSyncContext.cs (1)
58if (Environment.OSVersion.Platform == PlatformID.Win32NT)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\NoMessagePumpSyncContext.cs (1)
58if (Environment.OSVersion.Platform == PlatformID.Win32NT)
Microsoft.Private.Windows.Core (1)
Windows\Win32\Graphics\GdiPlus\GdiplusStartupInputEx.cs (1)
14bool isWindows7 = os.Platform == PlatformID.Win32NT && os.Version.Major == 6 && os.Version.Minor == 1;
MSBuild (1)
XMake.cs (1)
2283(Environment.OSVersion.Platform != PlatformID.Win32NT ||
PresentationCore (1)
System\Windows\Interop\OperatingSystemVersionCheck.cs (1)
24PlatformID platform = PlatformID.Win32NT;
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\NoMessagePumpSyncContext.cs (1)
58if (Environment.OSVersion.Platform == PlatformID.Win32NT)
System.Data.OleDb (1)
System\Data\Common\AdapterUtil.cs (1)
926internal static readonly bool IsWindowsNT = (PlatformID.Win32NT == Environment.OSVersion.Platform);
System.Management (2)
System\Management\InteropClasses\WMIInterop.cs (1)
1372if (os.Platform == PlatformID.Win32NT && os.Version >= new Version(5, 0))
System\Management\ManagementScope.cs (1)
986if (Environment.OSVersion.Platform == PlatformID.Win32NT)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
101case PlatformID.Win32NT: os = "Microsoft Windows NT "; break;
System.Private.Windows.Core (1)
Windows\Win32\Graphics\GdiPlus\GdiplusStartupInputEx.cs (1)
14bool isWindows7 = os.Platform == PlatformID.Win32NT && os.Version.Major == 6 && os.Version.Minor == 1;
System.Speech (1)
Recognition\RecognizerBase.cs (1)
882OS.Platform == PlatformID.Win32NT && // On Windows NT or above