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