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