26 references to ProcessorArchitecture
Microsoft.Build (5)
BuildEnvironmentHelper.cs (4)
374NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" : 375NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty, 580MSBuildToolsDirectoryRoot = NativeMethodsShared.ProcessorArchitecture switch 585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
MSBuildNameIgnoreCaseComparer.cs (1)
25private static readonly NativeMethodsShared.ProcessorArchitectures s_runningProcessorArchitecture = NativeMethodsShared.ProcessorArchitecture;
Microsoft.Build.Engine.OM.UnitTests (4)
BuildEnvironmentHelper.cs (4)
374NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" : 375NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty, 580MSBuildToolsDirectoryRoot = NativeMethodsShared.ProcessorArchitecture switch 585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
Microsoft.Build.Tasks.Core (5)
BuildEnvironmentHelper.cs (4)
374NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" : 375NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty, 580MSBuildToolsDirectoryRoot = NativeMethodsShared.ProcessorArchitecture switch 585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
MSBuildNameIgnoreCaseComparer.cs (1)
25private static readonly NativeMethodsShared.ProcessorArchitectures s_runningProcessorArchitecture = NativeMethodsShared.ProcessorArchitecture;
Microsoft.Build.Utilities.Core (6)
BuildEnvironmentHelper.cs (4)
374NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" : 375NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty, 580MSBuildToolsDirectoryRoot = NativeMethodsShared.ProcessorArchitecture switch 585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
MSBuildNameIgnoreCaseComparer.cs (1)
25private static readonly NativeMethodsShared.ProcessorArchitectures s_runningProcessorArchitecture = NativeMethodsShared.ProcessorArchitecture;
ProcessorArchitecture.cs (1)
84string architecture = NativeMethodsShared.ProcessorArchitecture switch
Microsoft.Build.Utilities.UnitTests (1)
ProcessorArchitecture_Tests.cs (1)
18return NativeMethodsShared.ProcessorArchitecture switch
MSBuild (5)
BuildEnvironmentHelper.cs (4)
374NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" : 375NativeMethodsShared.ProcessorArchitecture == Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty, 580MSBuildToolsDirectoryRoot = NativeMethodsShared.ProcessorArchitecture switch 585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
MSBuildNameIgnoreCaseComparer.cs (1)
25private static readonly NativeMethodsShared.ProcessorArchitectures s_runningProcessorArchitecture = NativeMethodsShared.ProcessorArchitecture;