12 writes to PlatformLookupTable
Microsoft.Build.Tasks.Core (1)
GetCompatiblePlatform.cs (1)
48PlatformLookupTable = string.Empty;
Microsoft.Build.Tasks.UnitTests (11)
GetCompatiblePlatform_Tests.cs (11)
34PlatformLookupTable = "win32=x64", 57PlatformLookupTable = "win32=x64", 81PlatformLookupTable = "win32=x64", 102PlatformLookupTable = "AnyCPU=x64", 124PlatformLookupTable = "AnyCPU=x64", 146PlatformLookupTable = "x86=AnyCPU", 167PlatformLookupTable = "AnyCPU=x64", 190PlatformLookupTable = "AnyCPU=x64", 213PlatformLookupTable = "AnyCPU=;A=B", // invalid format 239PlatformLookupTable = "AnyCPU=x86;A=B", // invalid format 288PlatformLookupTable = "", // invalid format
1 reference to PlatformLookupTable
Microsoft.Build.Tasks.Core (1)
GetCompatiblePlatform.cs (1)
64string? buildProjectReferenceAs = PlatformNegotiation.GetNearestPlatform(projectReferenceOverridePlatformNegotiationMetadata, referencedProjectPlatform, projectReferencePlatformsMetadata, projectReferenceLookupTableMetadata, PlatformLookupTable, AssignedProjectsWithPlatform[i].ItemSpec, CurrentProjectPlatform, Log);