4 references to ProcessorArchitecture
MSBuildTaskHost (4)
BuildEnvironmentHelper.cs (4)
374
NativeMethodsShared.
ProcessorArchitecture
== Framework.NativeMethods.ProcessorArchitectures.X64 ? "amd64" :
375
NativeMethodsShared.
ProcessorArchitecture
== Framework.NativeMethods.ProcessorArchitectures.ARM64 ? "arm64" : string.Empty,
580
MSBuildToolsDirectoryRoot = NativeMethodsShared.
ProcessorArchitecture
switch
585
_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.
ProcessorArchitecture
),