13 writes to CurrentProjectPlatform
Microsoft.Build.Tasks.Core (1)
GetCompatiblePlatform.cs (1)
48
CurrentProjectPlatform
= string.Empty;
Microsoft.Build.Tasks.UnitTests (12)
GetCompatiblePlatform_Tests.cs (12)
32
CurrentProjectPlatform
= "win32",
55
CurrentProjectPlatform
= "x64",
79
CurrentProjectPlatform
= "win32",
100
CurrentProjectPlatform
= "x86",
122
CurrentProjectPlatform
= "x86",
144
CurrentProjectPlatform
= "x86",
165
CurrentProjectPlatform
= "x86",
188
CurrentProjectPlatform
= "x86",
211
CurrentProjectPlatform
= "AnyCPU",
237
CurrentProjectPlatform
= "AnyCPU",
264
CurrentProjectPlatform
= currentPlatform,
286
CurrentProjectPlatform
= "x86",
1 reference to CurrentProjectPlatform
Microsoft.Build.Tasks.Core (1)
GetCompatiblePlatform.cs (1)
65
string? buildProjectReferenceAs = PlatformNegotiation.GetNearestPlatform(projectReferenceOverridePlatformNegotiationMetadata, referencedProjectPlatform, projectReferencePlatformsMetadata, projectReferenceLookupTableMetadata, PlatformLookupTable, AssignedProjectsWithPlatform[i].ItemSpec,
CurrentProjectPlatform
, Log);