12 writes to PlatformLookupTable
Microsoft.Build.Tasks.Core (1)
GetCompatiblePlatform.cs (1)
49PlatformLookupTable = string.Empty;
Microsoft.Build.Tasks.UnitTests (11)
GetCompatiblePlatform_Tests.cs (11)
33PlatformLookupTable = "win32=x64", 56PlatformLookupTable = "win32=x64", 80PlatformLookupTable = "win32=x64", 101PlatformLookupTable = "AnyCPU=x64", 123PlatformLookupTable = "AnyCPU=x64", 145PlatformLookupTable = "x86=AnyCPU", 166PlatformLookupTable = "AnyCPU=x64", 189PlatformLookupTable = "AnyCPU=x64", 212PlatformLookupTable = "AnyCPU=;A=B", // invalid format 238PlatformLookupTable = "AnyCPU=x86;A=B", // invalid format 287PlatformLookupTable = "", // invalid format
1 reference to PlatformLookupTable
Microsoft.Build.Tasks.Core (1)
GetCompatiblePlatform.cs (1)
65string? buildProjectReferenceAs = PlatformNegotiation.GetNearestPlatform(projectReferenceOverridePlatformNegotiationMetadata, referencedProjectPlatform, projectReferencePlatformsMetadata, projectReferenceLookupTableMetadata, PlatformLookupTable, AssignedProjectsWithPlatform[i].ItemSpec, CurrentProjectPlatform, Log);