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