11 writes to TargetPlatformIdentifier
Microsoft.Build.Tasks.UnitTests (11)
GetInstalledSDKLocations_Tests.cs (11)
174t.TargetPlatformIdentifier = "Hello"; 188t.TargetPlatformIdentifier = null; 201t.TargetPlatformIdentifier = String.Empty; 219t.TargetPlatformIdentifier = "Hello"; 238t.TargetPlatformIdentifier = "Hello"; 257t.TargetPlatformIdentifier = "Hello"; 279t.TargetPlatformIdentifier = "Windows"; 326t.TargetPlatformIdentifier = "Windows"; 400t.TargetPlatformIdentifier = "Windows"; 514TargetPlatformIdentifier = "Windows", 546TargetPlatformIdentifier = "Windows",
4 references to TargetPlatformIdentifier
Microsoft.Build.Tasks.Core (4)
GetInstalledSDKLocations.cs (4)
90ErrorUtilities.VerifyThrowArgumentNull(value, nameof(TargetPlatformIdentifier)); 138if (String.IsNullOrEmpty(TargetPlatformVersion) || String.IsNullOrEmpty(TargetPlatformIdentifier)) 158SDKRegistryRoot, TargetPlatformIdentifier, platformVersion); 193Log.LogWarningWithCodeFromResources("GetInstalledSDKs.NoSDksFound", TargetPlatformIdentifier, TargetPlatformVersion);