9 writes to TargetPlatformIdentifier
Microsoft.Build.Tasks.UnitTests (9)
GetInstalledSDKLocations_Tests.cs (9)
172t.TargetPlatformIdentifier = "Hello"; 186t.TargetPlatformIdentifier = null; 199t.TargetPlatformIdentifier = String.Empty; 217t.TargetPlatformIdentifier = "Hello"; 236t.TargetPlatformIdentifier = "Hello"; 255t.TargetPlatformIdentifier = "Hello"; 277t.TargetPlatformIdentifier = "Windows"; 324t.TargetPlatformIdentifier = "Windows"; 398t.TargetPlatformIdentifier = "Windows";
4 references to TargetPlatformIdentifier
Microsoft.Build.Tasks.Core (4)
GetInstalledSDKLocations.cs (4)
86ErrorUtilities.VerifyThrowArgumentNull(value, nameof(TargetPlatformIdentifier)); 134if (String.IsNullOrEmpty(TargetPlatformVersion) || String.IsNullOrEmpty(TargetPlatformIdentifier)) 148installedSDKs = ToolLocationHelper.GetPlatformExtensionSDKLocationsAndVersions(SDKDirectoryRoots, SDKExtensionDirectoryRoots, SDKRegistryRoot, TargetPlatformIdentifier, platformVersion); 183Log.LogWarningWithCodeFromResources("GetInstalledSDKs.NoSDksFound", TargetPlatformIdentifier, TargetPlatformVersion);