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