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