24 references to ProcessorArchitecture
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (1)
773ErrorUtilities.VerifyThrowInvalidOperation(NativeMethodsShared.ProcessorArchitecture == NativeMethodsShared.ProcessorArchitectures.X64, "ReportFileAccessesX64Only");
BuildEnvironmentHelper.cs (4)
373NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" : 374NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty, 582MSBuildToolsDirectoryRoot = NativeMethodsShared.ProcessorArchitecture switch 587_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
Microsoft.Build.Engine.OM.UnitTests (4)
BuildEnvironmentHelper.cs (4)
373NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" : 374NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty, 582MSBuildToolsDirectoryRoot = NativeMethodsShared.ProcessorArchitecture switch 587_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
Microsoft.Build.Framework (1)
MSBuildNameIgnoreCaseComparer.cs (1)
25private static readonly NativeMethods.ProcessorArchitectures s_runningProcessorArchitecture = NativeMethods.ProcessorArchitecture;
Microsoft.Build.Tasks.Core (4)
BuildEnvironmentHelper.cs (4)
373NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" : 374NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty, 582MSBuildToolsDirectoryRoot = NativeMethodsShared.ProcessorArchitecture switch 587_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
Microsoft.Build.Utilities.Core (5)
BuildEnvironmentHelper.cs (4)
373NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" : 374NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty, 582MSBuildToolsDirectoryRoot = NativeMethodsShared.ProcessorArchitecture switch 587_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ProcessorArchitecture.cs (1)
84string architecture = NativeMethodsShared.ProcessorArchitecture switch
Microsoft.Build.Utilities.UnitTests (1)
ProcessorArchitecture_Tests.cs (1)
17return NativeMethodsShared.ProcessorArchitecture switch
MSBuild (4)
BuildEnvironmentHelper.cs (4)
373NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" : 374NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty, 582MSBuildToolsDirectoryRoot = NativeMethodsShared.ProcessorArchitecture switch 587_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),